Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfugusMC
ProfugusMC
Commits
004ed331
Commit
004ed331
authored
Oct 12, 2017
by
Hamilton, Steven P
Browse files
python3 compatibility fix.
parent
be9ea8c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Profugus/Source/Scripts/check_profugus.py
View file @
004ed331
...
...
@@ -69,7 +69,7 @@ def check_solution(path_to_results):
failed_indices
=
[]
max_ratio
=
0.0
for
i
in
x
range
(
N
):
for
i
in
range
(
N
):
ref_val
=
ref_flux
[
i
]
ref_std
=
ref_flux_std
[
i
]
val
=
flux
[
i
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment