Skip to content

Commit b611c4e

Browse files
authored
rm piracy
1 parent 737675d commit b611c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fft.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for shift in [:fftshift, :ifftshift]
3939
end
4040

4141
# copy(fftfreq(10, 1)) isa Vector # perhaps that needs a method:
42-
Base.copy(x::Frequencies{<:Number}) = x
42+
# Base.copy(x::Frequencies{<:Number}) = x # fixed in AbstractFFts 1.0
4343

4444
fft_keys(f, A, dims, B) = ntuple(ndims(A)) do d
4545
k = axiskeys(A,d)

0 commit comments

Comments
 (0)