Skip to content

Commit 38b3052

Browse files
test: fix depwarn
1 parent ca5a4a4 commit 38b3052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Mechanical/translational_modelica.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ end
105105
prob = ODEProblem(sys, [], (0, 2pi))
106106
sol = solve(prob, Rodas4())
107107
tv = 0:0.1:(2pi)
108-
@test sol(tv, idxs = sys.mass.s)@.(2sin(2pi * tv * 3)) atol=1e-2
108+
@test sol(tv, idxs = sys.mass.s).u @.(2sin(2pi * tv * 3)) atol=1e-2
109109
end

0 commit comments

Comments
 (0)