PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Handle incomplete PEtab problems in `petab.Problem.from_yaml` #138

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

Handle missing model, missing parameter table.

Incomplete petab.Problems are allowed by __init__, so it makes sense to also support that via from_yaml. Useful for saving intermediate stages when creating PEtab problems.