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
437 stars 71 forks source link

Tracker of issues related to broken tests #942

Open TorkelE opened 3 weeks ago

TorkelE commented 3 weeks ago

All broken tests in Catalyst should have corresponding issues (mostly outside of Catalyst). This issue tracks them all:

ModelingToolkit/SciML issues: https://github.com/SciML/ModelingToolkit.jl/issues/1761 https://github.com/SciML/ModelingToolkit.jl/issues/2612 https://github.com/SciML/ModelingToolkit.jl/issues/2614 https://github.com/SciML/ModelingToolkit.jl/issues/2778 https://github.com/SciML/ModelingToolkit.jl/issues/2779 https://github.com/SciML/SciMLBase.jl/issues/662 (the issue is technically closed, but there is a follow-up discussed in the issue, hopefully sorted out very soon) https://github.com/SciML/SciMLBase.jl/issues/709 https://github.com/SciML/SciMLBase.jl/issues/710 https://github.com/SciML/SciMLBase.jl/issues/711 https://github.com/SciML/JumpProcesses.jl/issues/417 https://github.com/SciML/SteadyStateDiffEq.jl/issues/79 https://github.com/SciML/ModelingToolkit.jl/issues/2733 (this one does not have a test associate with it yet, but I intend to add some asap)

Latexify-related issues: https://github.com/SciML/Catalyst.jl/issues/927 https://github.com/SciML/Catalyst.jl/issues/932 https://github.com/SciML/ModelingToolkit.jl/issues/2782 https://github.com/JuliaSymbolics/Symbolics.jl/issues/1167

isaacsas commented 3 weeks ago

Thanks, this is very helpful!