We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ee94 commit b905a85Copy full SHA for b905a85
2 files changed
.github/workflows/check_for_new_probes.yml
@@ -67,6 +67,8 @@ jobs:
67
run: |
68
# --- USER ACTION REQUIRED ---
69
# Replace this path with the correct path to your local script
70
+ ls
71
+ cd scripts/
72
python check_for_new_NP_probes.py
73
rm -r neuropixels_library_generated/
74
cd ..
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/test_np_lib')
+new_dir = Path('../probeinterface/resources/test_np_lib')
6
7
existing_probes = list(probe_path.name for probe_path in old_dir.iterdir())
8
0 commit comments