-
Notifications
You must be signed in to change notification settings - Fork 31
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
SBML import fails with MATLAB R2018a #303
Comments
@thomassligon The script fails because of a wrong filename (ASTHMA_V40_M07cd vs ASTHMA_V40_M07cd2). After correcting that, sbml import works for me. Cannot reproduce this error with the latest AMICI version on R2017b/Linux. |
The model also compiles, but the provided script fails with:
|
Daniel, thanks for the quick response! I see that I uploaded the wrong script, cd2 instead of cd, so that (trivial) problem is fixed. In addition, if ODE import and amiwrap works, then everything is OK. However, I just retested, and I still get the same error. I am running R2018a/Windows. Could you try with R2018a/Linux? |
I just retested on R2017b/Windows and it seems to be working OK, except that I am getting tons of this warning:
Maybe R2018a is the future release they were talking about. |
Thanks for testing with the old release. I don't have R2018a one installed at the moment. I didn't find any information on syms-related issues in mathworks release notes, but I guess you are right. |
Reproduced with R2018a/Linux. EDIT: |
Please add my account (thomassligon) as a contributor. I would like to create a new branch and pull request for corrections to issue #303, since the latest changes did not fix it. |
done |
I just fetched AMICI and tested, resulting the following error: Undefined function or variable 'betterSym'. Error in SBMLode/importSBML>cleanedsym (line 689) |
By now, the documentation clearly states that we require Matlab<R2018a. Therefore, I think we can close this issue. |
The attached file was created in Cell Designer and validated by SBML.org, but ODE import fails with
ODEimportError.zip
The text was updated successfully, but these errors were encountered: