Skip to content

Commit f17bf7c

Browse files
committed
adding type 2 but not working yet
1 parent 80e0f3a commit f17bf7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nufft/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
__NUFFT_SETUP__ = False
99

1010
if not __NUFFT_SETUP__:
11-
__all__ = ["nufft1", "nufft3"]
12-
from .nufft import nufft1, nufft3
11+
__all__ = ["nufft1freqs", "nufft1", "nufft2", "nufft3"]
12+
from .nufft import nufft1freqs, nufft1, nufft2, nufft3

0 commit comments

Comments
 (0)