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

Remove org.simulator.examples folder #54

Closed shalinshah1993 closed 6 years ago

shalinshah1993 commented 6 years ago

Currently, the simulation library has some redundant code. All the early examples implemented to test features are in org.simulator.examples folder. However, they are redundant now since similar JUnit tests exist in src/test/java folder.

matthiaskoenig commented 6 years ago

Please don't remove this. Yes, some of the code is redundant, but the two things serve very different purposes. The example folder shows user how they can use the SBSCL in their JAVA code. Whereas the junit tests test the code and ensure that the core functionality works.

shalinshah1993 commented 6 years ago

Thanks for confirming. Closing this!

shalinshah1993 commented 6 years ago

This issue was moved to draeger-lab/SBSCL#11