We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737675d commit b611c4eCopy full SHA for b611c4e
src/fft.jl
@@ -39,7 +39,7 @@ for shift in [:fftshift, :ifftshift]
39
end
40
41
# copy(fftfreq(10, 1)) isa Vector # perhaps that needs a method:
42
-Base.copy(x::Frequencies{<:Number}) = x
+# Base.copy(x::Frequencies{<:Number}) = x # fixed in AbstractFFts 1.0
43
44
fft_keys(f, A, dims, B) = ntuple(ndims(A)) do d
45
k = axiskeys(A,d)
0 commit comments