Skip to content

Commit

Permalink
Updated name of test for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kastnerkyle committed Sep 19, 2014
1 parent 6dd52a6 commit 8501fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/utils/tests/test_extmath.py
Expand Up @@ -403,7 +403,7 @@ def test_fast_dot():
assert_raises(ValueError, _fast_dot, x, x.T)


def test_update_formulas():
def test_incremental_variance_update_formulas():
"""Test Youngs and Cramer incremental variance formulas."""
# Doggie data from http://www.mathsisfun.com/data/standard-deviation.html
A = np.array([[600, 470, 170, 430, 300],
Expand Down

0 comments on commit 8501fbb

Please sign in to comment.