Skip to content

Commit 0595e7a

Browse files
committed
One more
1 parent 863ca9e commit 0595e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/index_reduction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lowered_eqs = [D(xˍt) ~ T*x,
2020
D(x) ~ xˍt,
2121
D(y) ~ yˍt,
2222
0 ~ x^2 + y^2 - L^2,]
23-
@test ODESystem(lowered_eqs, t, [xˍt, yˍt, x, y, T], [L, g]) == lowered_sys
23+
@test ODESystem(lowered_eqs, t, [xˍt, yˍt, x, y, T], [L, g], name=:pendulum) == lowered_sys
2424
@test isequal(equations(lowered_sys), lowered_eqs)
2525

2626
# Simple pendulum in cartesian coordinates

0 commit comments

Comments
 (0)