Skip to content

Commit d67b8ab

Browse files
committed
Fix merging error
1 parent f7a3d78 commit d67b8ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/odesystem.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ for prob in [prob4, prob5]
246246
@test all(x->(sum(x), 1.0, atol=1e-12), sol.u)
247247
end
248248

249-
@test ModelingToolkit.construct_state(SArray{Tuple{3,3}}(rand(3,3)), [1,2]) == SVector{2}([1, 2])
250-
251249
@parameters t σ β
252250
@variables x(t) y(t) z(t)
253251
D = Differential(t)

0 commit comments

Comments
 (0)