Skip to content

Commit

Permalink
Update petab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 18, 2024
1 parent 5cfe866 commit f1b3ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/jax/petab.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def run_preequilibration(
simulation_condition, p
)
return self.model.preequilibrate_condition(
p=eqx.debug.backward_nan(p),
p=p,
mask_reinit=mask_reinit,
x_reinit=x_reinit,
solver=solver,
Expand Down

0 comments on commit f1b3ee7

Please sign in to comment.