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 734756d commit 6fbaff4Copy full SHA for 6fbaff4
test/dsl/dsl_options.jl
@@ -1284,12 +1284,12 @@ let
1284
# Test error when a variable in an equation is inferred
1285
@test_throws UndeclaredSymbolicError @macroexpand @reaction_network begin
1286
@require_declaration
1287
- @equations D(V) ~ V^2
+ @equations V ~ V^2 + 2
1288
end
1289
@test_nowarn @macroexpand @reaction_network begin
1290
1291
@variables V(t)
1292
1293
1294
1295
# Test error when a variable in an observable is inferred
0 commit comments