We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbdad7 commit f603c1dCopy full SHA for f603c1d
1 file changed
scripts/check_for_new_NP_probes.py
@@ -2,7 +2,7 @@
2
import shutil
3
4
old_dir = Path('../imec')
5
-new_dir = Path('../probeinterface/resources/neuropixels_library_generated')
+new_dir = Path('./neuropixels_library_generated')
6
7
existing_probes = list(probe_path.name for probe_path in old_dir.iterdir())
8
0 commit comments