Skip to content

Commit

Permalink
fixup petab 0006 jax
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Feb 3, 2025
1 parent bb86637 commit 359d86b
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -115,7 +115,7 @@ def _test_case(case, model_type, version, jax):
gt_chi2 = solution[petabtests.CHI2]
gt_llh = solution[petabtests.LLH]
gt_simulation_dfs = solution[petabtests.SIMULATION_DFS]
if case.startswith("0006"):
if case.startswith("0006") and not jax:
# account for flattening
gt_simulation_dfs[0].loc[:, petab.OBSERVABLE_ID] = (
"obs_a__10__c0",
Expand Down

0 comments on commit 359d86b

Please sign in to comment.