Closed shalinshah1993 closed 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.
Thanks for confirming. Closing this!
This issue was moved to draeger-lab/SBSCL#11
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 insrc/test/java
folder.