xtensor-julia
xtensor-julia copied to clipboard
Uncomment complex test case
I am not quite sure why this would fail in the pure C++-driven test while it works in the test case where Julia makes the function call. (https://github.com/SylvainCorlay/Xtensor.jl/blob/master/deps/xtensor-julia-examples/tensors.cpp#L71)
I suspect that this might be related to garbage collection.
cc @barche
Not sure either. I just released some GC-related changes (libcxxwrap-julia 0.5.3), maybe that helps.
Thanks @barche.
It seems that CxxWrap 0.8.2 has not been released released as a Julia package yet though.
Yes, I had missed the new package release system :)
Apparently the release does not resolve PR https://github.com/JuliaInterop/CxxWrap.jl/pull/136 however, so I'm holding off on doing a proper release until that one is resolved.
Not sure either. I just released some GC-related changes (libcxxwrap-julia 0.5.3), maybe that helps.
It does not appear to have solved the issue. I wonder if libcxxwrap-julia
arrays work with complex numbers.