trahflow

Results 3 comments of trahflow

As a workaround, and maybe a further hint, using `v[]` instead of `only(v)` works. MWE: ```julia using LinearAlgebra, Zygote struct NoZeroArray a::Vector{Float64} b::Vector{Float64} end struct HasZeroArray a::Vector{Float64} b::Array{Float64, 0} end...

This would probably also directly help with #129 (which I could maybe help with if I find time and confidence :upside_down_face: )

> Did anyone try https://github.com/JuliaPy/PythonCall.jl/pull/520 on this? Yes that seems to fix it! :tada: