We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6cb9a commit 9c03a6bCopy full SHA for 9c03a6b
pylops/signalprocessing/fft.py
@@ -1,3 +1,5 @@
1
+import os
2
+os.environ['KMP_DUPLICATE_LIB_OK'] = "TRUE"
3
__all__ = ["FFT"]
4
5
import logging
pylops/signalprocessing/fft2d.py
@@ -1,3 +1,6 @@
+
__all__ = ["FFT2D"]
6
pylops/signalprocessing/fftnd.py
__all__ = ["FFTND"]
0 commit comments