Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 7, 2024
1 parent 17e2ef2 commit 73e5034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/sdist/amici/jax/petab.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"atol": 1e-8,
"rtol": 1e-8,
"pcoeff": 1.0,
"icoeff": 1.0,
"icoeff": 0.3,
"dcoeff": 0.0,
}

Expand Down Expand Up @@ -582,7 +582,8 @@ def run_simulations(
:return:
Overall output value and condition specific results and statistics.
"""
ret = ReturnValue[ret]
if isinstance(ret, str):
ret = ReturnValue[ret]

if simulation_conditions is None:
simulation_conditions = problem.get_all_simulation_conditions()
Expand Down

0 comments on commit 73e5034

Please sign in to comment.