Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Shriwise <[email protected]>
  • Loading branch information
lewisgross1296 and pshriwise authored Jan 30, 2025
1 parent 6ea6f53 commit 1775544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_deplete_continue.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_continue(run_in_tmpdir, scheme):
operator = dummy_operator.DummyOperator(prev_res)

# if continue run happens, test passes
bundle.solver(operator, [0.75, 0.75], [1.0, 1.0], continue_timesteps = True).integrate()
bundle.solver(operator, [0.75, 0.75], [1.0, 1.0], continue_timesteps=True).integrate()

@pytest.mark.parametrize("scheme", dummy_operator.SCHEMES)
def test_mismatched_initial_times(run_in_tmpdir, scheme):
Expand Down

0 comments on commit 1775544

Please sign in to comment.