Skip to content

Commit 4bfcef3

Browse files
committed
TST: fft tests pass collection and xfail
1 parent 428f073 commit 4bfcef3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

torch_np/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . import fft, linalg, random
1+
from . import linalg, random, fft
22
from ._dtypes import *
33
from ._funcs import *
44
from ._getlimits import errstate, finfo, iinfo

torch_np/fft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ def fft2():
2828

2929
def ifft2():
3030
raise NotImplementedError
31+

0 commit comments

Comments
 (0)