Skip to content
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

Uncomment complex test case #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SylvainCorlay
Copy link
Member

@SylvainCorlay SylvainCorlay commented Apr 19, 2019

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

@barche
Copy link

barche commented Apr 20, 2019

Not sure either. I just released some GC-related changes (libcxxwrap-julia 0.5.3), maybe that helps.

@SylvainCorlay
Copy link
Member Author

Thanks @barche.

It seems that CxxWrap 0.8.2 has not been released released as a Julia package yet though.

@barche
Copy link

barche commented Apr 23, 2019

Yes, I had missed the new package release system :)

Apparently the release does not resolve PR JuliaInterop/CxxWrap.jl#136 however, so I'm holding off on doing a proper release until that one is resolved.

@SylvainCorlay
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants