Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Feb 3, 2025
1 parent 1fb536d commit bb86637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ filterwarnings =
ignore:divide by zero encountered in log:RuntimeWarning
# ignore jax deprecation warnings
ignore:jax.* is deprecated:DeprecationWarning
# pandas
ignore:Setting an item of incompatible dtype:FutureWarning


norecursedirs = .git amici_models build doc documentation matlab models ThirdParty amici sdist examples
2 changes: 1 addition & 1 deletion tests/petab_test_suite/test_petab_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _test_case(case, model_type, version, jax):
problem = petab.Problem.from_yaml(yaml_file)

# compile amici model
if case.startswith("0006"):
if case.startswith("0006") and not jax:
petab.flatten_timepoint_specific_output_overrides(problem)
model_name = (
f"petab_{model_type}_test_case_{case}" f"_{version.replace('.', '_')}"
Expand Down

0 comments on commit bb86637

Please sign in to comment.