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 ec0795e commit f15fa79Copy full SHA for f15fa79
test/odesystem.jl
@@ -1024,7 +1024,7 @@ sol2 = @test_nowarn solve(prob2, Tsit5())
1024
@test sol1 ≈ sol2
1025
1026
# Requires fix in symbolics for `linear_expansion(p * x, D(y))`
1027
-@test_broken begin
+@test_skip begin
1028
@variables x(t)[1:3] y(t)
1029
@parameters p[1:3, 1:3]
1030
@test_nowarn @mtkbuild sys = ODESystem([D(x) ~ p * x, D(y) ~ x' * p * x], t)
0 commit comments