-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API for creating petab problems from scratch #220
Comments
dweindl
added a commit
to dweindl/libpetab-python
that referenced
this issue
Dec 4, 2024
Will simplify writing test cases and interactively assembling petab problems. To be extended. Related to PEtab-dev#220.
dweindl
added a commit
to dweindl/libpetab-python
that referenced
this issue
Dec 5, 2024
Will simplify writing test cases and interactively assembling petab problems. To be extended. Related to PEtab-dev#220.
dweindl
added a commit
to dweindl/libpetab-python
that referenced
this issue
Dec 6, 2024
Will simplify writing test cases and interactively assembling petab problems. To be extended. Related to PEtab-dev#220.
dweindl
added a commit
to dweindl/libpetab-python
that referenced
this issue
Dec 6, 2024
Will simplify writing test cases and interactively assembling petab problems. To be extended. Related to PEtab-dev#220.
dweindl
added a commit
that referenced
this issue
Dec 9, 2024
Add functions for adding individual conditions/observables/parameter/measurements to Problem. This will simplify writing test cases and interactively assembling petab problems. `petab.v2.Problem.add_*` will be added / updated to the new format separately. Related to #220.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have some high-level API to create PEtab problems from scratch, instead of manually assembling the dataframes.
Something like
Ideally also some API for dropping conditions / observables / measurements and potentially for modifying conditions / observables / measurements.
The text was updated successfully, but these errors were encountered: