-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
If I call the function poly with the following parameter it fails:
julia> denvec(sys)[]
3-element Vector{Sym}:
1
c
b
julia> poly(denvec(sys)[], s)
ERROR: MethodError: no method matching getptr(::Vector{PythonCall.Py})
Closest candidates are:
getptr(::Any)
@ PythonCall ~/.julia/packages/PythonCall/qTEA1/src/Py.jl:26
getptr(::PythonCall.Py)
@ PythonCall ~/.julia/packages/PythonCall/qTEA1/src/Py.jl:49
I guess I need a conversion, but how?
Metadata
Metadata
Assignees
Labels
No labels