Skip to content

Commit 0dbdad7

Browse files
committed
use default pi folder
1 parent b905a85 commit 0dbdad7

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/test_np_lib')
5+
new_dir = Path('../probeinterface/resources/neuropixels_library_generated')
66

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

0 commit comments

Comments
 (0)