8000 Converted docstring of 'test_positive_definite_covars' into a comment… · ogrisel/scikit-learn@fa3ecbc · GitHub 10000
[go: up one dir, main page]

Skip to content

Commit fa3ecbc

Browse files
AlexisMignonogrisel
authored andcommitted
Converted docstring of 'test_positive_definite_covars' into a comment to avoid description ptoblems with nose (Related to issue scikit-learn#4250)
1 parent db2edda commit fa3ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/tests/test_gmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def check_positive_definite_covars(covariance_type):
400400

401401

402402
def test_positive_definite_covars():
403-
"""Check positive definiteness for all covariance types"""
403+
# Check positive definiteness for all covariance types
404404
for covariance_type in ["full", "tied", "diag", "spherical"]:
405405
yield check_positive_definite_covars, covariance_type
406406

0 commit comments

Comments
 (0)
0