sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.

Home Page:https://sbml.org/software/libsbml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function calls with more than 2 parameters prevent unit inference

avandecreme opened this issue · comments

See #284 for context.
The PR prevents the crash but does not make unit inference work.

@fbergmann suggested a workaround but ideally we should have it work out of the box.