ModelingToolkit.jl
ModelingToolkit.jl copied to clipboard
Debugging page is too long
https://docs.sciml.ai/ModelingToolkit/stable/basics/Debugging/ has 90% of the page taken up by printing assertion errors. Can that be made smaller? Either by decreasing the timestep or some other method.
Is there an equivalent of maxlog for MTK assertions?
There is not, but we can make one 😅
For the purpose of just taking up less space in the documentation page, I suppose one could just increase dtmin and/or decrease tspan[2] to exit after fewer errors.