Skip to content

Commit f603c1d

Browse files
committed
oups
1 parent 0dbdad7 commit f603c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check_for_new_NP_probes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import shutil
33

44
old_dir = Path('../imec')
5-
new_dir = Path('../probeinterface/resources/neuropixels_library_generated')
5+
new_dir = Path('./neuropixels_library_generated')
66

77
existing_probes = list(probe_path.name for probe_path in old_dir.iterdir())
88

0 commit comments

Comments
 (0)