We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0f3a commit f17bf7cCopy full SHA for f17bf7c
nufft/__init__.py
@@ -8,5 +8,5 @@
8
__NUFFT_SETUP__ = False
9
10
if not __NUFFT_SETUP__:
11
- __all__ = ["nufft1", "nufft3"]
12
- from .nufft import nufft1, nufft3
+ __all__ = ["nufft1freqs", "nufft1", "nufft2", "nufft3"]
+ from .nufft import nufft1freqs, nufft1, nufft2, nufft3
0 commit comments