Skip to content

Commit

Permalink
Added a bit more information to petab importer and objective function…
Browse files Browse the repository at this point in the history
… created from petab. Line with "noqa" to keep url. Closes #1047
  • Loading branch information
PaulJonasJost committed Oct 6, 2023
1 parent 5804e8f commit ae60379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pypesto/petab/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ class PetabImporter(AmiciObjectBuilder):
Importer for Petab files.
Create an `amici.Model`, an `objective.AmiciObjective` or a
`pypesto.Problem` from Petab files.
`pypesto.Problem` from Petab files. The created objective function is a
negative log-likelihood function and can thus be negative. The actual
form of the likelihood depends on the noise model specified in petab.
For more information, see
[the documentation in petab](https://petab.readthedocs.io/en/latest/documentation_data_format.html#noise-distributions) # noqa
"""

MODEL_BASE_DIR = "amici_models"
Expand Down

0 comments on commit ae60379

Please sign in to comment.