We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab80c70 commit 061a5faCopy full SHA for 061a5fa
1 file changed
src/spikeinterface/core/generate.py
@@ -1064,7 +1064,7 @@ class NoiseGeneratorRecording(BaseRecording):
1064
The durations of each segment in seconds. Note that the length of this list is the number of segments.
1065
noise_levels: float or array, default: 1
1066
Std of the white noise (if an array, defined by per channels)
1067
- cov_matrix: np.array | None, default: None
+ cov_matrix : np.array | None, default: None
1068
The covariance matrix of the noise
1069
dtype : np.dtype | str |None, default: "float32"
1070
The dtype of the recording. Note that only np.float32 and np.float64 are supported.
0 commit comments