You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atomizer fails with the following error when I try to run it on a small SBML level 3 model:
Traceback (most recent call last):
File "<string>", line 68, in <module>
File "<string>", line 58, in main
File "/Users/travis/build/rhclark/atomizer/build/sbmlTranslator/out00-PYZ.pyz/libsbml2bngl", line 542, in analyzeFile
File "/Users/travis/build/rhclark/atomizer/build/sbmlTranslator/out00-PYZ.pyz/libsbml2bngl", line 673, in analyzeHelper
File "/Users/travis/build/rhclark/atomizer/build/sbmlTranslator/out00-PYZ.pyz/sbml2bngl", line 903, in getReactions
File "/Users/travis/build/rhclark/atomizer/build/sbmlTranslator/out00-PYZ.pyz/sbml2bngl", line 699, in reduceComponentSymmetryFactors
TypeError: append() takes exactly one argument (2 given)
Atomizer fails with the following error when I try to run it on a small SBML level 3 model:
Here's the SBML model:
Here's the same model encoded as SBML level 2, which works on atomizer without error:
Both models were exported from Python LibSBML.
The text was updated successfully, but these errors were encountered: