SciML / Catalyst.jl

Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
https://docs.sciml.ai/Catalyst/stable/
Other
460 stars 77 forks source link

make `t` a parameter now #988

Closed isaacsas closed 2 months ago

isaacsas commented 2 months ago

Some @variables t to t = default_t() were missed, and the DSL needed updating in places to use default_t().

@TorkelE please review to make sure I haven't screwed up the serialization part in particular.