Skip to content

Commit 8e428de

Browse files
authored
Update test_fft_utils.py
Signed-off-by: Puyang Wang <[email protected]>
1 parent 33a1cbb commit 8e428de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/test_fft_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
im = [[[1.0, 1.0, 1.0], [1.0, 1.0, 1.0], [1.0, 1.0, 1.0]]]
2323
res = [
24-
[[[0.0, 0.0], [0.0, 3.0], [0.0, 0.0]], [[0.0, 0.0], [0.0, 0.0], [0.0, 0.0]], [[0.0, 0.0], [0.0, 0.0], [0.0, 0.0]]]
24+
[[[0.0, 0.0], [0.0, 0.0], [0.0, 0.0]], [[0.0, 0.0], [0.0, 3.0], [0.0, 0.0]], [[0.0, 0.0], [0.0, 0.0], [0.0, 0.0]]]
2525
]
2626
TESTS = []
2727
for p in TEST_NDARRAYS:

0 commit comments

Comments
 (0)