PEtab-dev / libpetab-python

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

incorrect deprecation warning #164

Closed FFroehlich closed 1 year ago

FFroehlich commented 1 year ago

https://github.com/PEtab-dev/libpetab-python/blob/286494a755ace31cad297076b9664023d7118d1c/petab/problem.py#L72

says I should import petab.models.SbmlModel but

https://github.com/PEtab-dev/libpetab-python/blob/286494a755ace31cad297076b9664023d7118d1c/petab/models/__init__.py#L5

doesn't import SbmlModel, so the class is only available from petab.models.sbml_model.SbmlModel