Skip to content

Commit 0cbbbe9

Browse files
authored
Update src/spikeinterface/generation/noise_tools.py
1 parent 19582f1 commit 0cbbbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/generation/noise_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def generate_noise(
1616
sampling_frequency : float
1717
The sampling frequency of the recording.
1818
durations : list of float
19-
The duration(s) of the recording.
19+
The duration(s) of the recording segment(s) in seconds.
2020
dtype : np.dtype
2121
The dtype of the recording.
2222
noise_levels : float | np.array | tuple, default: 15.0

0 commit comments

Comments
 (0)