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

fft error #2275

Closed
staticfloat opened this issue Feb 11, 2013 · 1 comment
Closed

fft error #2275

staticfloat opened this issue Feb 11, 2013 · 1 comment
Labels
system:mac Affects only macOS test This change adds or pertains to unit tests

Comments

@staticfloat
Copy link
Sponsor Member

When running test/fft.jl, I get the following error:

ERROR: assertion failed: |:(rfftn_m4[i,j]) - :(true_fftn_m4[i,j])| < 2.3364326363345896e-10
  :(rfftn_m4[i,j]) = -13.0 + 2.0im
  :(true_fftn_m4[i,j]) = 0.0 + 0.0im
 in test_approx_eq at test.jl:54
 in anonymous at no file:159
 in include_from_node1 at loading.jl:76
 in runtests at /Users/sabae/.homebrew/Cellar/julia/HEAD/share/julia/test/runtests.jl:6
 in include_from_node1 at loading.jl:76
 in include_from_node1 at loading.jl:76
 in runtests at /Users/sabae/.homebrew/Cellar/julia/HEAD/share/julia/test/runtests.jl:6
 in anonymous at no file:22
 in include_from_node1 at loading.jl:76
 in process_options at client.jl:255
 in _start at client.jl:318
at /Users/sabae/.homebrew/Cellar/julia/HEAD/share/julia/test/fft.jl:167

Running Julia manually, and recreating rfftn_m4 I get:

3x4 Complex128 Array:
 136.0+0.0im  -13.0+2.0im  -4.0+1.0im                    4.0-7.0im
   0.0+0.0im  -6.0-11.0im   4.0+9.0im  6.93094e-310+6.93094e-310im
   0.0+0.0im   19.0+8.0im  -4.0+1.0im  6.93094e-310+6.93094e-310im

EDIT: Just confirmed that this occurs on Linux as well

@StefanKarpinski
Copy link
Sponsor Member

dup of #2274

StefanKarpinski added a commit that referenced this issue Feb 11, 2013
… more than once in fft etc.; also add r2r execution convenience function" [#2274, #2275]

This reverts commit 583b9f1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:mac Affects only macOS test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

2 participants