Commit ffe51346 authored by Roman Yurchak's avatar Roman Yurchak

Explicitly define the fft function

parent 59e8bd4d
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
import numpy as np import numpy as np
fft = np.fft def fft(x):
return np.fft(x)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment