Week 9: Wrapping Up Testing

Hi everyone,

As shared in the last blog that we have achieved a respectable result after running our algorithm against SBML Test Suite (Although, we are actively  looking into the remaining failed test cases). The focus has a little shifted from testing to documentation, community engagement, and preparing LSODA-Integrator for its final polished form.

We kicked off the week with a full-team meeting where I shared the latest SBML Test Suite results with the mentors. This marks a big milestone, as the LSODA-Integrator is now stable, accurate, and well integrated into SBSCL.

Our discussion revolved around the remaining 1% of failing cases — particularly those producing errors or no output. Dr. Dräger and Dr. Funahashi emphasized prioritizing these over tests with merely incorrect results. I explained my approach to event handling, delayed reactions, and fast reaction tags (described in detail in my Week 8 blog post).

Dr. Funahashi shared libSBMLsim as a possible resource to help investigate the remaining cases, and we also touched on the KiSAO number for LSODA-Integrator.

On the documentation side, I wrote a detailed a howToUse markdown guide for LSODA, with all the information a user will need to use the LSODA-Integrator in SBSCL in either way usage with SBML models or usage with direct ODE systems. Taichi and Arthur will try to reproduce and continue digging into the remaining failing cases from my earlier issue report.

We also planned some community outreach: more about that in next blog. Additionally, we’ll update the SBSCL Wikipedia page to reflect the new changes.

Thanks for reading.
Bye!

Comments

Popular posts from this blog

Week 7: Events, Exhaustion and Evaluations

My GSoC 2025 Journey Begins

Week 1: Coding Period Begins