Skip to content

Commit b59b219

Browse files
committed
Fix static annotation
1 parent f9e20a8 commit b59b219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)