Skip to content

Commit f5cdabc

Browse files
committed
output folder has to be named output
1 parent ff34fff commit f5cdabc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pykilosort/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from pathlib import Path
3333
from pykilosort import run, add_default_handler, np1_probe, np2_probe
3434
3535
data_path = Path('/data/Allen_Institute_NP1/continuous_1min.bin')
36-
dir_path = Path('/data/Allen_Institute_NP1/pyKS_output')
36+
dir_path = Path('/data/Allen_Institute_NP1/output')
3737
add_default_handler(level='INFO') # print output as the algorithm runs
3838
run(data_path, dir_path=dir_path, probe=np1_probe(sync_channel=False))
3939
```

0 commit comments

Comments
 (0)