PEtab-dev / libpetab-python

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

Refactor sympification #261

Closed dweindl closed 1 month ago

dweindl commented 1 month ago

Centralize sympification of PEtab and SBML math expressions.

Simplifies incorporating https://github.com/PEtab-dev/libpetab-python/pull/260

Also fixes likely collisions of SBML model entities with sympy entities.

dweindl commented 1 month ago

What will the benefit of having math.py in its own directory be? For model-format--specific math methods?

I am expecting more files to be added there: https://github.com/PEtab-dev/libpetab-python/pull/260