Skip to content

Commit 60e6081

Browse files
authored
Corrects a small mistake in the docstrings.
1 parent 6e8a9a9 commit 60e6081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fast_bss_eval/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ def bss_eval_sources(
323323
Parameters
324324
----------
325325
ref:
326-
The estimated signals, ``shape == (..., n_channels_est, n_samples)``
327-
est:
328326
The groundtruth reference signals, ``shape == (..., n_channels_ref, n_samples)``
327+
est:
328+
The estimated signals, ``shape == (..., n_channels_est, n_samples)``
329329
filter_length:
330330
The length of the distortion filter allowed (default: ``512``)
331331
use_cg_iter:

0 commit comments

Comments
 (0)