Skip to content

Commit

Permalink
Remove xfail from torch-cudf.pandas integration test (rapidsai#16705)
Browse files Browse the repository at this point in the history
The torch test should no longer fail after rapidsai#16601.

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Matthew Roeschke (https://github.com/mroeschke)

URL: rapidsai#16705
  • Loading branch information
Matt711 authored Sep 6, 2024
1 parent 8d8faef commit f97f61c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ def test_torch_tensor_ctor():
return torch.tensor(s.values)


@pytest.mark.xfail_cudf_pandas(reason="Known failure, see xdf/#210")
@pytest.mark.xfail_compare
def test_torch_tensor_from_numpy():
s = pd.Series(range(5))
return torch.from_numpy(s.values)

0 comments on commit f97f61c

Please sign in to comment.