Skip to content

Commit ab80c70

Browse files
JoeZiminskizm711
andauthored
space before colon
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 6519ffa commit ab80c70

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/spikeinterface/core/generate.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,11 +1089,11 @@ def __init__(
10891089
self,
10901090
num_channels: int,
10911091
sampling_frequency: float,
1092-
durations: list[float],
1093-
noise_levels: float | np.array = 1.0,
1094-
cov_matrix: np.array | None = None,
1095-
dtype: np.dtype | str | None = "float32",
1096-
seed: int | None = None,
1092+
durations : list[float],
1093+
noise_levels : float | np.array = 1.0,
1094+
cov_matrix : np.array | None = None,
1095+
dtype : np.dtype | str | None = "float32",
1096+
seed : int | None = None,
10971097
strategy: Literal["tile_pregenerated", "on_the_fly"] = "tile_pregenerated",
10981098
noise_block_size: int = 30000,
10991099
):

0 commit comments

Comments
 (0)