We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b6d13 commit 7b898c9Copy full SHA for 7b898c9
test/direct.jl
@@ -82,5 +82,6 @@ function test_worldage()
82
end
83
test_worldage()
84
85
-@test_nowarn muladd(x, y, z)
+@test_nowarn muladd(x, y, ModelingToolkit.Constant(0))
86
+@test promote(x, ModelingToolkit.Constant(0)) == (x, identity(0))
87
@test_nowarn [x, y, z]'
0 commit comments