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
passes only by accident, because MTK happened to force acc.f to 0 (but it could have just as easily chosen free.f - SciML/ModelingToolkit.jl#2328 will give a warning in this case). The test is likely incorrect and should be fixed to do what is intended. It's also possible that free.f should be an observable rather than a variable.
The text was updated successfully, but these errors were encountered:
This test:
ModelingToolkitStandardLibrary.jl/test/Mechanical/translational.jl
Line 32 in 0f0fae1
passes only by accident, because MTK happened to force
acc.f
to0
(but it could have just as easily chosenfree.f
- SciML/ModelingToolkit.jl#2328 will give a warning in this case). The test is likely incorrect and should be fixed to do what is intended. It's also possible thatfree.f
should be an observable rather than a variable.The text was updated successfully, but these errors were encountered: