Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Nov 19, 2024
1 parent f7c2c10 commit 5dc8735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/sdist/amici/jax/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def _nllh(
def state_ids(self) -> list[str]:
"""
Get the state ids of the model.
:return:
State ids
"""
Expand All @@ -206,6 +207,7 @@ def state_ids(self) -> list[str]:
def observable_ids(self) -> list[str]:
"""
Get the observable ids of the model.
:return:
Observable ids
"""
Expand All @@ -216,6 +218,7 @@ def observable_ids(self) -> list[str]:
def parameter_ids(self) -> list[str]:
"""
Get the parameter ids of the model.
:return:
Parameter ids
"""
Expand Down

0 comments on commit 5dc8735

Please sign in to comment.