Hi Michele, would you be able to open an issue, or better, a pull request with the fix?
Cheers! On Wednesday, July 8, 2015, Michele Zaffalon <[email protected]> wrote: > Hi, > > in http://docs.julialang.org/en/release-0.3/stdlib/math/#Base.irfft, d should > be > > d == floor(size(A,dims[1])/2)+1 > > This throws an error > > ERROR: assertion failed: osize[d1] == d >> 1 + 1 > in brfftd at fftw.jl:581 (repeats 2 times) > > It looks like instead that it should be > > floor(d/2)+1 == size(A,dims[1]) > > This is on Julia 0.3.10. > michele > >
