Skip to content

Commit f6166b8

Browse files
committed
ENH: ran black to lint intg test file
1 parent f6fbd1d commit f6166b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/simulation/test_monte_carlo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ def test_monte_carlo_simulate_convergence(monte_carlo_calisto):
258258
)
259259

260260
assert isinstance(ci_history, list)
261-
print (ci_history)
261+
print(ci_history)
262262
assert all(isinstance(width, float) for width in ci_history)
263263
assert len(ci_history) >= 1
264264
assert monte_carlo_calisto.num_of_loaded_sims <= 20
265265
finally:
266-
_post_test_file_cleanup()
266+
_post_test_file_cleanup()

0 commit comments

Comments
 (0)