Skip to content

Commit 44752fc

Browse files
authored
Merge branch 'main' into separate_spikeglx_catalogue_from_recording_probe
2 parents ee542a2 + 749fb4b commit 44752fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/probeinterface/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def generate_tetrode(r: float = 10.0) -> Probe:
101101

102102
def generate_multi_columns_probe(
103103
num_columns: int = 3,
104-
num_contact_per_column: int = 10,
104+
num_contact_per_column: int | list[int] = 10,
105105
xpitch: float = 20,
106106
ypitch: float = 20,
107107
y_shift_per_column: Optional[np.array | list] = None,

0 commit comments

Comments
 (0)