-
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
Travis tests are currently failing #34
Comments
@matthiaskoenig, I updated the JDK in my forked repo of SBSCL and the build still fails and that is due to some issues in the CompSimulatorTest files which have to be resolved. My forked repo Travis build results: The updated code in the forked repo (develop branch): |
Did you get the tests locally to run and see the same issue? I.e. get the tests running locally and fix the CompIssues. If you tests pass on your travis make a pull request with the changes so we can review it. |
Yes, I see the same issues while running the tests locally. Okay, I will fix the comp issues, and once the test pass, I will make a pull request with the changes. |
@matthiaskoenig, this error occurs when two or more parameters or compartments are specified in the SBML files with comp, i.e., from I don't understand that is this error in the CompFlatteningConverter.java of JSBML? Error while running test on |
A lot happend in the CompFlatteningConverter in JSBML. We probably have to update JSBML first to the latest version to see if the error still exists in the latest version. |
@matthiaskoenig, I had updated to JSBML 1.5 in pom.xml before doing this. Only the comp tests are failing while other tests are working as before. Commit Link: |
@hemilpanchiwala |
I could reproduce the issue and checked that
This seems to be an issue with the flattening routine and is reported here: Please ignore the CompTests for now, which are tracked in #36. The main issue here is resolved and can be closed. |
Currently the tests are failing
https://github.com/draeger-lab/SBSCL/commits/master
https://travis-ci.com/github/draeger-lab/SBSCL/builds/154929373
The text was updated successfully, but these errors were encountered: