Skip to content

Commit

Permalink
Update petab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 8, 2024
1 parent 5a84682 commit 97c7bbb
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 @@ -369,7 +369,7 @@ def nn_output_ids(self) -> list[str]:
:return:
PEtab parameter ids
"""
if self._petab_problem.parameter_df is None:
if self._petab_problem.mapping_df is None:
return []
return self._petab_problem.mapping_df[
self._petab_problem.mapping_df[
Expand Down

0 comments on commit 97c7bbb

Please sign in to comment.