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 6c8acb6 commit 1476779Copy full SHA for 1476779
test/mass_matrix.jl
@@ -10,7 +10,7 @@ eqs = [D(y[1]) ~ -k[1] * y[1] + k[3] * y[2] * y[3],
10
11
@named sys = System(eqs, t, collect(y), [k])
12
sys = complete(sys)
13
-@test_throws ArgumentError System(eqs, y[1])
+@test_throws ModelingToolkit.OperatorIndepvarMismatchError System(eqs, y[1])
14
M = calculate_massmatrix(sys)
15
@test M == [1 0 0
16
0 1 0
0 commit comments