Skip to content

Commit

Permalink
changes input order of get_bf_vector to fit doc text
Browse files Browse the repository at this point in the history
  • Loading branch information
jensheit committed Aug 2, 2019
1 parent d1e4188 commit 504fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paderbox/speech_enhancement/beamformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def _get_rank_1_appoximation(atf_type, target_psd_matrix, noise_psd_matrix,
raise ValueError(atf_type)


def get_bf_vector(target_psd_matrix, beamformer, noise_psd_matrix=None,
def get_bf_vector(beamformer, target_psd_matrix, noise_psd_matrix=None,
**bf_kwargs):
"""
Wrapper for all beamformer
Expand Down

0 comments on commit 504fc6e

Please sign in to comment.