We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fbd1d commit f6166b8Copy full SHA for f6166b8
tests/integration/simulation/test_monte_carlo.py
@@ -258,9 +258,9 @@ def test_monte_carlo_simulate_convergence(monte_carlo_calisto):
258
)
259
260
assert isinstance(ci_history, list)
261
- print (ci_history)
+ print(ci_history)
262
assert all(isinstance(width, float) for width in ci_history)
263
assert len(ci_history) >= 1
264
assert monte_carlo_calisto.num_of_loaded_sims <= 20
265
finally:
266
- _post_test_file_cleanup()
+ _post_test_file_cleanup()
0 commit comments