-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError when running KineticSimulation #49
Comments
Some models I tried get loaded, but when trying to run KineticSimulation it fails with:
After testing with different models, it looks like models containing ListOfFunctions in the .xml file do not work. I took a working model, opened it in copasi and created a new savefile, it no longer opens in mewpy, tested with different sbml levels and versions and I get the same result. |
Hello,
I am working with an inhouse kinetic model (SBML format) at ITQB NOVA, and while I can run simulations on MEWpy <= 0.1.28, latter versions of the package do not seem to work. After retesting, I can't get it to work on the older version too, as such I suspect its caused by an updated dependency, unfortunately I dont have the original environment saved.
Running the following code:
Results in the following error:
Any idea what could be the problem?
The text was updated successfully, but these errors were encountered: