Skip to content

Commit 667fec1

Browse files
committed
increase max steps for petab tests
1 parent 982427d commit 667fec1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/sdist/amici/jax/petab.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def run_simulations(
15501550
steady_state_event: Callable[
15511551
..., diffrax._custom_types.BoolScalarLike
15521552
] = diffrax.steady_state_event(),
1553-
max_steps: int = 2**10,
1553+
max_steps: int = 2**11,
15541554
ret: ReturnValue | str = ReturnValue.llh,
15551555
):
15561556
"""
@@ -1653,7 +1653,7 @@ def petab_simulate(
16531653
steady_state_event: Callable[
16541654
..., diffrax._custom_types.BoolScalarLike
16551655
] = diffrax.steady_state_event(),
1656-
max_steps: int = 2**10,
1656+
max_steps: int = 2**11,
16571657
):
16581658
"""
16591659
Run simulations for a problem and return the results as a petab simulation dataframe.

0 commit comments

Comments
 (0)