| Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py
|
| diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py
|
| index 9fb9c968dd1c5aa78859c8a80a3e0690dc463697..e1f1a94324836ad4e3fcc918aeac96ae2bdc4814 100644
|
| --- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py
|
| +++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py
|
| @@ -71,7 +71,7 @@ class EvaluationScore(object):
|
| self._tested_signal_filepath = filepath
|
|
|
| def Run(self, output_path):
|
| - """Extracts the score for the set input-reference pair.
|
| + """Extracts the score for the set test data pair.
|
|
|
| Args:
|
| output_path: path to the directory where the output is written.
|
|
|