Catalyst.jl
Catalyst.jl copied to clipboard
incorrect Float64 assumptions in diff_to_zero
https://github.com/SciML/Catalyst.jl/blob/2276e1cbd53d8ade2b7b2b6d822ab7df50fa3a53/src/reactionsystem.jl#L1632
seems problematic. We shouldn't be assuming a type. This whole code path should probably just delete the derivative terms instead of setting them to zero to avoid making assumptions about types.