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 ce12c32 commit 0501f6eCopy full SHA for 0501f6e
test/programmatic_model_creation/component_based_model_creation.jl
@@ -348,6 +348,7 @@ let
348
end
349
350
# Test throw error if there are ODE constraints and convert to NonlinearSystem.
351
+# Note, these can now be created.
352
let
353
rn = @reaction_network rn begin
354
@parameters k1 k2
@@ -362,7 +363,7 @@ let
362
363
rn2 = extend(osys, rn)
364
rn2 = complete(rn2)
365
rnodes = complete(convert(ODESystem, rn2))
- @test_throws ErrorException convert(NonlinearSystem, rn2)
366
+ # @test_throws ErrorException convert(NonlinearSystem, rn2)
367
368
# Ensure right number of equations are generated.
369
@variables G(t)
0 commit comments