-
Notifications
You must be signed in to change notification settings - Fork 13
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
Errors are detected when running some SBMLTestSuite case. #74
Comments
@TlexCypher Thanks for raising and closing this issue. What solved the problem? |
Sorry, this problem is not solved, but this issues raised by jsbml. I'm going on solving this, so reopen this issue. |
Thanks for this clarification. May I ask you to link the corresponding JSBML issue here? Thanks a lot! |
I wrote the error log in previous statement. But probably, JSBML' s previous version has not been revised that ASTNode Constructor. SBSCL v.2.1 uses jsbml-v.1.6.1, but I think that in this version, ASTNode Constructor has been already revised. |
Thanks! I created a new issue in JSBML, see sbmlteam/jsbml#258. What is needed is a new release of this library in Maven. |
I checked new issue of jsbml. I'm gonna try to make PR to new issue of jsbml! Thank you! |
@draeger This problem is raised only in case of using jsbml-1.6.1-newASTNode-with-dependencies.jar. |
Is it necessary to note this to sbmlteam/jsbml#258 ? |
I'd love to use sbscl.v.2.1, so I wrote the wrapper class for SBMLTestSuite using
org.testsuite.SBMLTestSuiteRunnerWrapper
.But in some SBMLTestSuite cases, the same error has been detected. Specifically, the case numbers are here.
Failed cases with same error: [00182 00184 00531 00532 00534 00535 00539 00540 00541 00542 00543 00545 00546 00549 00550 00551 00552 00553 00554 00555 00556 00557 00558 00559 00560 00561 00562 00563 00564 00565 00566 00567 00568 00569 00570 00571 00572 00573 00574 0057600613 00614 00615 00628 00629 00630 00658 00659 00660 00661 00662 00665 00666 00673 00674 00675 00687 00695 00696 00705 00760 00761 00762 00778 00779 00780 00876 00983 01054 01481 01502 01503 01539 01567 01793 01820 01821]
The error content is below.
And also, I tried to use sbscl v.1.4, the error was not detected.
If the wrapper shell scripts which I wrote are necessary, I'll share you.
Any help, please.
The text was updated successfully, but these errors were encountered: