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 2b24c04 commit fc62ff1Copy full SHA for fc62ff1
test/parameter_dependencies.jl
@@ -198,6 +198,8 @@ end
198
@test_throws ArgumentError ModelingToolkit.subset_tunables(sys_incomplete, new_tunables)
199
sys_nonsplit = mtkcompile(pendulum_sys; split = false)
200
@test_throws ArgumentError ModelingToolkit.subset_tunables(sys_nonsplit, new_tunables)
201
+
202
+ @test length(ModelingToolkit.tunable_parameters(sys)) == 3
203
end
204
205
struct CallableFoo
0 commit comments