Skip to content

Commit c1abdab

Browse files
committed
also remove part number
1 parent e0bf8fd commit c1abdab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/probeinterface/io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ def read_spikegadgets_neuropixels(file: str | Path, raise_error: bool = True) ->
928928
# rather than a fact read from the file.
929929
probe.model_name = ""
930930
probe.description = ""
931+
probe.annotations.pop("part_number", None)
931932

932933
device_channels = np.array([electrode_to_hwchan[idx] for idx in active_indices])
933934
probe.set_device_channel_indices(device_channels)

0 commit comments

Comments
 (0)