We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7a2e1 commit e078c1dCopy full SHA for e078c1d
test/units.jl
@@ -236,7 +236,7 @@ end
236
237
@named sys = ExpressionParametersTest(; v = 2.0u"m/s", τ = 3.0u"s")
238
sys = complete(sys)
239
-# TODO: Is there a way to evalute this expression and compare to 6.0?
+# TODO: Is there a way to evaluate this expression and compare to 6.0?
240
@test isequal(ModelingToolkit.getdefault(sys.pt.a), sys.v * sys.τ)
241
@test ModelingToolkit.getdefault(sys.v) ≈ 2.0
242
@test ModelingToolkit.getdefault(sys.τ) ≈ 3.0
0 commit comments