Week 10: Starting Documentation and Polishing LSODA-Integrator
Hi everyone, This week was about moving from testing to outreach and deeper documentation. I wrote a document for the SBSCL Wikipedia update , and incorporated suggestions from Dr. Draeger. I added a default relative and absolute tolerance values for LSODA-Integrator, after discussing it with my mentors. We also agreed that some legacy files like LSODAFunctions and LSODACommonContext can now be removed. I have now sent the announcement emails to relevant mailing lists. I have now created a Pull Request with code from the testing phase, which primarily includes SBMLTestSuiteRunner wrapper and some documentation files along with few more changes to improve the readability. We talked about the next major step which is writing detailed HTML documentation for LSODA, matching the style of SBSCL’s other solver docs. What’s Next Finalize and publish the updated SBSCL Wikipedia entry. Write comprehensive HTML documentation for LSODA-Integrator. Polish the codeb...