Skip to content

Commit 1b4b6fd

Browse files
committed
remove redundant commit
1 parent 700bc08 commit 1b4b6fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

probeinterface/io.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ def write_csv(file, probe):
723723
],
724724
}
725725

726-
# A map from probe type to geometry_parameters
727726
# A map from probe type to geometry_parameters
728727
npx_probe = {
729728
# Neuropixels 1.0
@@ -1006,7 +1005,7 @@ def _read_imro_string(imro_str: str, imDatPrb_pn: str = None) -> Probe:
10061005
for shank_id in range(npx_probe[imDatPrb_type]["shank_number"]):
10071006
shift = [npx_probe[imDatPrb_type]["shank_pitch"] * shank_id, 0]
10081007
contour += list(polygon + shift)
1009-
1008+
10101009
# shift
10111010
contour = np.array(contour) - [11, 11]
10121011
probe.set_planar_contour(contour)

0 commit comments

Comments
 (0)