GSoC Week 14
Last week, I mainly worked on formatting SBSCL and making some small updates. We also merged the formatting PR to the main repository. Here’s the quick review of the weekly meeting with the updates made: In the meeting, we decided to merge the existing PR (with stochastic simulation updates) after updating the SBMLTestSuiteTest and StochasticTestSuiteTest to identify tests automatically and also add a check to verify that the file is valid sbml or not. This was updated to the repository adding a method isValidSBML() to check whether the file was valid SBML and also the functionality of detecting the .xml files from the directory given. After this update and some requested changes by mentors, the PR #54 was merged to the main repository with complete support of stochastic simulation. We then decided to update the formatting of SBSCL and add config files for IntelliJ and Eclipse so that developers can use any for formatting the library. The work for this was done in the sbscl-formatt...