Skip to content

Commit

Permalink
fix petab simulate
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 17, 2024
1 parent 878ff25 commit aba0d3d
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 @@ -644,7 +644,7 @@ def petab_simulate(
for sc, ys in y.items():
obs = [
problem.model.observable_ids[io]
for io in problem._measurements[sc][4]
for io in problem._measurements[sc][3]
]
t = jnp.concat(problem._measurements[sc][:2])
df_sc = pd.DataFrame(
Expand Down

0 comments on commit aba0d3d

Please sign in to comment.