Skip to content

Commit aca609b

Browse files
committed
Fix relative import.
1 parent 8855dab commit aca609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/run_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pipeline.pipeline import Pipeline
1010

1111
# init filterbank filename
12-
fil_name = os.path.abspath("pspm32.fil")
12+
fil_name = os.path.abspath("./pspm32.fil")
1313
# init filterbank sample size
1414
sample_size = 192
1515
# init times the pipeline should run

0 commit comments

Comments
 (0)