directory cleanup
Build Debian Packages / build (bookworm, debian12) (push) Successful in 7m17s
Build Debian Packages / build (bullseye, debian11) (push) Successful in 6m53s
Build Debian Packages / build (trixie, debian13) (push) Failing after 7m33s

This commit is contained in:
2026-03-16 16:09:41 +01:00
parent 53aae90242
commit 17766b7b65
4 changed files with 8 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
venv
build
spool
*.h5
__pycache__
*.egg-info
*.whl
View File
View File
+1 -2
View File
@@ -4,6 +4,5 @@ def result():
data["accu"] = accu
data["ts %i"%num] = ts+0
data["fft"] = (ts+0).fft()
data["ppm"] = (ts+0).fft().ppm(300e6)
accu+=ts
#print ts
print("ts")