EnzymeML / PyEnzyme

🧬 - Data management and modeling framework based on EnzymeML.
BSD 2-Clause "Simplified" License
21 stars 9 forks source link

- fix reading to be compatible with newer versions of libsbml #61

Closed fbergmann closed 1 year ago

fbergmann commented 1 year ago

Newer versions of libSBML (generated with SWIG 4) no longer contain the underscore. So this fix is needed to ensure that files can still be read. (SWIG 3 would have generated the SBO. methods as well, so they are still compatible with older versions).


This change is Reviewable

JR-1991 commented 1 year ago

Something is breaking the CI though, but it is not related to your PR. Will be transfered to another issue.