Skip to content

Commit c9a286e

Browse files
committed
oups
1 parent 1b79494 commit c9a286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/generate_neuropixels_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def generate_all_npx():
8080
n = probe.get_contact_count()
8181

8282
title = f"{probe.manufacturer} - {model_name}"
83-
title += f"\n{probe.annotations.get('probe_long_name')}"
83+
title += f"\n{probe.name}"
8484
title += f"\n {n}ch"
8585
if probe.shank_ids is not None:
8686
num_shank = probe.get_shank_count()

0 commit comments

Comments
 (0)