Inference failure in brfft on 0.7
- Dominant language
- Julia
- Stars
- 300
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
From the Travis log (also seeing locally):
```
ERROR: LoadError: return type Array{Float64,2} does not match inferred return type Any
Stacktrace
[1] macro expansion at /home/travis/.julia/v0.7/FFTW/test/runtests.jl:335 [inlined]
[2] anonymous at ./:?
[3] include_relative(::Module, ::String) at ./loading.jl:464
[4] include(::Module, ::String) at ./sysimg.jl:14
[5] process_options(::Base.JLOptions) at ./client.jl:315
[6] _start() at ./client.jl:383
while loading /home/travis/.julia/v0.7/FFTW/test/runtests.jl, in expression starting on line 331
```
The line that's being hit is equivalent to `@inferred brfft(randn(10), 18)`. Oddly enough, running that from the REPL works fine for me.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.