-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Method Matching Koopman #370
Comments
What's the output of your I think I fixed this. |
It's: |
Thanks! On it later today |
This is a little bit more messy than expected. Most likely, I'll update the Koopman stuff in #371 accordingly, such that this will not happen anymore. |
https://datadriven.sciml.ai/dev/examples/4_nonlinear_continuous_system/
Here, when I copy / paste the example and try to run:
system = result(res) gives the error:
Model ##Koopman#637 with 2 ERROR: MethodError: no method matching Koopman(::Vector{Equation}, ::Vector{Term{Real, Base.ImmutableDict{DataType, Any}}}, ::Vector{Any}, ::Vector{Sym{Real, Base.ImmutableDict{DataType, Any}}}, ::Vector{Any}, ::Num, ::DataDrivenDiffEq.var"#f#2", ::DataDrivenDiffEq.var"#f#2", ::Symbol, ::Vector{Basis}, ::Bool, ::Eigen{Float64, Float64, Matrix{Float64}, Vector{Float64}}, ::Matrix{Float64}, ::Matrix{Float64}, ::Matrix{Float64}; checks=false)
Closest candidates are:
Koopman(::Vector{Equation}, ::Vector, ::Vector, ::Vector, ::Vector, ::Num, ::Function, ::Function, ::Symbol, ::Vector{Basis}, ::Bool, ::O, ::M, ::G, ::T) where {O, M, G, T} at C:\Users\44745.julia\packages\DataDrivenDiffEq\16LV4\src\koopman\type.jl:34 got unsupported keyword argument "checks"
Koopman(::AbstractVector{Equation}, ::AbstractVector; K, C, Q, P, lift, parameters, iv, controls, observed, name, is_discrete, digits, simplify, linear_independent, eval_expression, kwargs...) at C:\Users\44745.julia\packages\DataDrivenDiffEq\16LV4\src\koopman\type.jl:66
Koopman(::AbstractVector{Num}, ::AbstractVector; K, C, Q, P, lift, parameters, iv, controls, observed, name, is_discrete, digits, simplify, linear_independent, eval_expression, kwargs...) at C:\Users\44745.julia\packages\DataDrivenDiffEq\16LV4\src\koopman\type.jl:107
Stacktrace:
It also takes a really long time to run
The text was updated successfully, but these errors were encountered: