Skip to content

Commit c6c67d7

Browse files
committed
TEMP: debug FFT
1 parent a97f9d8 commit c6c67d7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/emlearn_fft/emlearn_fft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
try:
66
from emlearn_fft_c import *
77
except ImportError as e:
8+
raise e
89
pass
910

1011
import math

tests/test_fft.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
import emlearn_fft
3+
print(dir(emlearn_fft))
34

45
import array
56
import gc

0 commit comments

Comments
 (0)