Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VERIFY
CIF
Commits
a3076622
Commit
a3076622
authored
Dec 23, 2021
by
Antoine Berchet
Browse files
Reduce number of simulations for article
parent
e57b3ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/dummy/test_integration_3inversions.py
View file @
a3076622
...
...
@@ -45,8 +45,8 @@ def test_integration_inversion(dummy_config_inversion, settings, pytestconfig):
montecarlo
=
settings
.
get
(
"montecarlo"
,
10
)
nsample
=
settings
.
get
(
"nsample"
,
5
)
if
"allsimulations"
not
in
marker
:
nsimmax
=
4
montecarlo
=
4
nsimmax
=
2
montecarlo
=
2
nsample
=
1
# Changing mode
...
...
Write
Preview
Supports
Markdown
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