[BUG] FFT example not working, Trait Bound HasAfEnum not implemented for Complex<float>
steckes opened this issue · 5 comments
I'm also seeing this
@stexa Please see the implementations here
arrayfire-rust/src/core/util.rs
Lines 210 to 241 in 8952890
I am unable to reproduce this using master
branch. Are you noticing this with release version of crate or master branch ?
It is resolved! Was not working with 3.8 from crates.io, but it is working when adding arrayfire from git master branch.
[dependencies] arrayfire = { git = "https://github.com/arrayfire/arrayfire-rust" } num = "0.4.0"
It is resolved! Was not working with 3.8 from crates.io, but it is working when adding arrayfire from git master branch.
[dependencies] arrayfire = { git = "https://github.com/arrayfire/arrayfire-rust" } num = "0.4.0"
Thanks for clarifying, I will try to push our a new crate soon. Sorry about the inconvenience.