Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Jul 17, 2024
1 parent 85266a5 commit 54f4784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/E_PySolver_Tests/test_a_pysolve_ivp.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_pysolve_ivp(use_scipy_style, use_args, use_njit,

# To reduce number of tests, only test RK23 once.
if RK23_TESTED and SKIP_SOME_RK23_TESTS and (integration_method=="RK23"):
pytest.skip("Skipping RK23 (just to reduce number of tests).")
pytest.skip("Skipping Some RK23 Tests (just to reduce number of tests).")
else:
RK23_TESTED = True

Expand Down

0 comments on commit 54f4784

Please sign in to comment.