Skip to content

Commit

Permalink
fix parameter ids
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Dec 2, 2024
1 parent 2db3e50 commit 3f05c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/jax/jax.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def state_ids(self):

@property
def parameter_ids(self):
return TPL_PK_IDS
return TPL_P_IDS


Model = JAXModel_TPL_MODEL_NAME

0 comments on commit 3f05c7e

Please sign in to comment.