Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
95125021
Commit
95125021
authored
3 years ago
by
Matthijs van der Wild
Browse files
Options
Downloads
Patches
Plain Diff
Corrected typo: control_soltabval.<soltabname>.val now contains the actual control soltab data
Former-commit-id:
7e23a734
Former-commit-id:
7a1d07f7
parent
7be2c830
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_jobs/check_workflow_results.py
+1
-1
1 addition, 1 deletion
test_jobs/check_workflow_results.py
with
1 addition
and
1 deletion
test_jobs/check_workflow_results.py
+
1
−
1
View file @
95125021
...
@@ -73,7 +73,7 @@ def main(check, control):
...
@@ -73,7 +73,7 @@ def main(check, control):
with
open
(
"
check_soltab.{}.val
"
.
format
(
soltabname
),
"
w
"
)
as
f
:
with
open
(
"
check_soltab.{}.val
"
.
format
(
soltabname
),
"
w
"
)
as
f
:
f
.
write
(
str
(
check_soltabval
[:]))
f
.
write
(
str
(
check_soltabval
[:]))
with
open
(
"
control_soltab.{}.val
"
.
format
(
soltabname
),
"
w
"
)
as
f
:
with
open
(
"
control_soltab.{}.val
"
.
format
(
soltabname
),
"
w
"
)
as
f
:
f
.
write
(
str
(
c
heck
_soltabval
[:]))
f
.
write
(
str
(
c
ontrol
_soltabval
[:]))
else
:
else
:
print
(
"
Val array of soltab {} matches the control
"
.
format
(
soltabname
))
print
(
"
Val array of soltab {} matches the control
"
.
format
(
soltabname
))
check_h5
.
close
()
check_h5
.
close
()
...
...
This diff is collapsed.
Click to expand it.
Matthijs van der Wild
@wild
mentioned in commit
77cc8eb9
·
3 years ago
mentioned in commit
77cc8eb9
mentioned in commit 77cc8eb979b8761ecfc7f59e87aa22340f148344
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment