Skip to content

Commit

Permalink
post rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Meisrimel authored and Peter Meisrimel committed Nov 8, 2024
1 parent fef3641 commit 2d1bd56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/solvers/test_sundials.py
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,6 @@ def test_pbar(self):
assert imp_sim.pbar[0] == pytest.approx(1000.00000, abs = 1e-4)
assert imp_sim.pbar[1] == pytest.approx(100.000000, abs = 1e-4)

@testattr(stddist = True)
def test_get_sundials_version(self):
"""Test fetching the sundials version."""
version = get_sundials_version()
Expand Down

0 comments on commit 2d1bd56

Please sign in to comment.