We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982427d commit 667fec1Copy full SHA for 667fec1
1 file changed
python/sdist/amici/jax/petab.py
@@ -1550,7 +1550,7 @@ def run_simulations(
1550
steady_state_event: Callable[
1551
..., diffrax._custom_types.BoolScalarLike
1552
] = diffrax.steady_state_event(),
1553
- max_steps: int = 2**10,
+ max_steps: int = 2**11,
1554
ret: ReturnValue | str = ReturnValue.llh,
1555
):
1556
"""
@@ -1653,7 +1653,7 @@ def petab_simulate(
1653
1654
1655
1656
1657
1658
1659
Run simulations for a problem and return the results as a petab simulation dataframe.
0 commit comments