We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8855dab commit aca609bCopy full SHA for aca609b
examples/run_pipeline.py
@@ -9,7 +9,7 @@
9
from pipeline.pipeline import Pipeline
10
11
# init filterbank filename
12
-fil_name = os.path.abspath("pspm32.fil")
+fil_name = os.path.abspath("./pspm32.fil")
13
# init filterbank sample size
14
sample_size = 192
15
# init times the pipeline should run
0 commit comments