You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When plotting observed variables, there is a TypoError thrown. (ERROR: TypeError: non-boolean (SymbolicUtils.BasicSymbolic{Bool}) used in boolean context)
Expected behavior
It should plot the time-series of observed variables.
Yes, I plan to redo the plot recipe pretty soon. The symbolic interface has gotten good enough that like 90% of the code can be deleted. I'll try and do this today.
Describe the bug 🐞
When plotting observed variables, there is a
TypoError
thrown. (ERROR: TypeError: non-boolean (SymbolicUtils.BasicSymbolic{Bool}) used in boolean context
)Expected behavior
It should plot the time-series of observed variables.
Minimal Reproducible Example 👇
https://docs.sciml.ai/ModelingToolkit/dev/tutorials/ode_modeling/#Algebraic-relations-and-structural-simplification
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Click me
versioninfo()
The text was updated successfully, but these errors were encountered: