shalinshah1993 / 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
0 stars 2 forks source link

Fix #34, Fix #27, implemented comp support, tests fixed #35

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 6 years ago

This implements comp support based on the example.

@shalinshah1993 Please have a look at this pull request. It shows for the comp case how you should implement features. I.e.

matthiaskoenig commented 6 years ago

Also you can see, that now all the tests are passing (I ignored the tests for features/issues which are not yet implemented). When you implement the respective features unignore the tests. https://travis-ci.org/shalinshah1993/SBSCL/builds/391155925?utm_source=github_status&utm_medium=notification

From now on tests must pass!