draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

fixed issue in OMEXArchive #31

Closed hemilpanchiwala closed 4 years ago

hemilpanchiwala commented 4 years ago

@draeger This PR fixes the issue occured while simulating the OMEX test file (present at src/test/resources/omex) using OMEXExample.java The error was Exception in thread "main" java.lang.AssertionError: Simulatation failed: The model could not be resolved from its source reference. (Using uri: ./BIOMD0000000012.xml) at org.junit.Assert.fail(Assert.java:88) at org.simulator.examples.OMEXExample.main(OMEXExample.java:75)