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 a4c6ad5 commit ac5ec9cCopy full SHA for ac5ec9c
test/parameter_dependencies.jl
@@ -200,7 +200,7 @@ end
200
sys_nonsplit = mtkcompile(pendulum_sys; split = false)
201
@test_throws ArgumentError ModelingToolkit.subset_tunables(sys_nonsplit, new_tunables)
202
203
- @test length(ModelingToolkit.tunable_parameters(sys)) == length(old_tunables)
+ @test length(ModelingToolkit.tunable_parameters(sys, ModelingToolkit.parameters(sys))) == length(old_tunables)
204
end
205
206
struct CallableFoo
0 commit comments