Skip to content

Commit

Permalink
FIX temporarily xfail hellinger pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Apr 2, 2021
1 parent d834754 commit 4b10e49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/cuml/test/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,9 @@ def prepare_sparse_data(size0, size1, dtype, density, metric):
((5, 40), 0.2)])
def test_sparse_pairwise_distances_corner_cases(metric: str, matrix_size,
density: float):
if metric == "hellinger":
pytest.xfail("Sporadic failure, see issue "
"https://github.com/rapidsai/cuml/issues/3705")
# Test the sparse_pairwise_distance helper function.
# Use sparse input for sklearn calls when possible
sk_sparse = metric in ['cityblock', 'cosine', 'euclidean', 'l1', 'l2',
Expand Down

0 comments on commit 4b10e49

Please sign in to comment.