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 d7137c3 commit b5a6c19Copy full SHA for b5a6c19
test/mass_matrix.jl
@@ -9,7 +9,7 @@ eqs = [D(y[1]) ~ -k[1]*y[1] + k[3]*y[2]*y[3],
9
0 ~ y[1] + y[2] + y[3] - 1]
10
11
sys = ODESystem(eqs,t,y,k)
12
-@test_throws ArgumentError ODESystem(eqs,y)
+@test_throws ArgumentError ODESystem(eqs,y[1])
13
M = calculate_massmatrix(sys)
14
@test M == [1 0 0
15
0 1 0
0 commit comments