Skip to content

Commit 771a1f1

Browse files
committed
Working analyze_entropy, w/ good FFT bin denoise
o Signal/Shannon analysis takes about .1s w/o numpy.fft
1 parent 51ac130 commit 771a1f1

File tree

5 files changed

+640
-433
lines changed

5 files changed

+640
-433
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ else
4040
INSTALLER :=
4141
endif
4242

43-
# To see all pytest output, uncomment --capture=no
44-
PYTESTOPTS = -vv --doctest-modules --capture=no --log-cli-level=INFO
43+
# To see all pytest output, uncomment --capture=no, ...
44+
PYTESTOPTS = -vv --doctest-modules # --capture=no # --log-cli-level=INFO
4545

4646
PY3TEST = $(PY3) -m pytest $(PYTESTOPTS)
4747

0 commit comments

Comments
 (0)