Skip to content

Commit

Permalink
Merge pull request #10505 from rapidsai/branch-22.04
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-22.04 to branch-22.06 [skip gpuci]
  • Loading branch information
GPUtester authored Mar 24, 2022
2 parents 28b30b7 + 54918d8 commit 79f2b4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/cudf/cudf/tests/test_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@ def test_cov1d(data1, data2):
)
@pytest.mark.parametrize("method", ["spearman", "pearson"])
def test_corr1d(data1, data2, method):
if method == "spearman":
# Pandas uses scipy.stats.spearmanr code-path
pytest.importorskip("scipy")

gs1 = cudf.Series(data1)
gs2 = cudf.Series(data2)

Expand Down

0 comments on commit 79f2b4c

Please sign in to comment.