SciML / SBMLToolkit.jl

SBML differential equation and chemical reaction model (Gillespie simulations) for Julia's SciML ModelingToolkit
https://docs.sciml.ai/SBMLToolkit/stable/
MIT License
41 stars 10 forks source link

don't automatically complete systems on read #167

Open ChrisRackauckas opened 1 month ago

ChrisRackauckas commented 1 month ago

Otherwise they can never be modified! This is making an assumption about future usage that isn't always satisfied. Indeed, many of the tests immediately modify the system afterwards, meaning the complete designation wasn't correct.