Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 7, 2024
1 parent a571b98 commit 2cacf0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tests/test_preequilibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ def test_simulation_errors(preeq_fixture):
)
assert rdata._swigptr.messages[1].severity == amici.LogSeverity_error
assert rdata._swigptr.messages[1].identifier == "OTHER"
assert rdata._swigptr.messages[2].severity == amici.LogSeverity_debug
assert rdata._swigptr.messages[2].identifier == "BACKTRACE"

# too long simulations
solver.setMaxSteps(int(1e4))
Expand All @@ -632,8 +630,6 @@ def test_simulation_errors(preeq_fixture):
)
assert rdata._swigptr.messages[2].severity == amici.LogSeverity_error
assert rdata._swigptr.messages[2].identifier == "OTHER"
assert rdata._swigptr.messages[3].severity == amici.LogSeverity_debug
assert rdata._swigptr.messages[3].identifier == "BACKTRACE"


def test_get_model_for_preeq(preeq_fixture):
Expand Down

0 comments on commit 2cacf0a

Please sign in to comment.