Skip to content

Commit

Permalink
TST typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arjoly committed Dec 2, 2013
1 parent 909d45d commit 050f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/metrics/tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ def check_averaging(name, y_true, y_true_binarize, y_pred, y_pred_binarize,
_check_averaging(metric, y_true, y_score, y_true_binarize,
y_score, is_multilabel)
else:
raise ValueError("Metric is not recorded has having an average option")
raise ValueError("Metric is not recorded as having an average option")


def test_averaging_multiclass():
Expand Down

0 comments on commit 050f7ec

Please sign in to comment.