Skip to content

Commit 784e831

Browse files
committed
fix comment
1 parent 9122872 commit 784e831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ def read_spikeglx(file: str | Path) -> Probe:
897897
probe.annotate(slot=imDatPrb_slot)
898898

899899
# ===== 7. Set device channel indices (wiring) =====
900-
# I am unsure why are we are doing this. If someone knows please document it here.
901900
probe.set_device_channel_indices(np.arange(probe.get_contact_count()))
902901

903902
return probe

0 commit comments

Comments
 (0)