Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 4, 2024
1 parent 159f3d7 commit 3972c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_sbml_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def test_solver_reuse(model_steadystate_module):
assert rdata1.status == amici.AMICI_SUCCESS

for attr in rdata1:
if "time" in attr:
if "time" in attr or attr == "messages":
continue

val1 = getattr(rdata1, attr)
Expand Down

0 comments on commit 3972c41

Please sign in to comment.