Skip to content

Commit 9d5c211

Browse files
committed
Skip partial_state_selection test
1 parent 1218152 commit 9d5c211

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/structural_transformation/index_reduction.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ prob_auto = ODEProblem(new_sys, u0, (0.0, 10.0), p)
115115
sol = solve(prob_auto, Rodas5());
116116
#plot(sol, idxs=(D(x), y))
117117

118-
let pss_pendulum2 = partial_state_selection(pendulum2)
119-
@test length(equations(pss_pendulum2)) <= 6
118+
@test_skip begin
119+
let pss_pendulum2 = partial_state_selection(pendulum2)
120+
length(equations(pss_pendulum2)) <= 6
121+
end
120122
end
121123

122124
eqs = [D(x) ~ w,

0 commit comments

Comments
 (0)