Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: xfail test_unpivot_mixed_types for cuDF #1153

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

LiamConnors
Copy link
Member

What type of PR is this? (check all applicable)

  • πŸ’Ύ Refactor
  • ✨ Feature
  • πŸ› Bug Fix
  • πŸ”§ Optimization
  • πŸ“ Documentation
  • βœ… Test
  • 🐳 Other

Related issues

Checklist

  • Code follows style guide (ruff)
  • Tests added
  • Documented the changes

If you have comments or can explain your changes, please do so below.

Marking this test as xfail for cuDF as it throws an error.

>               raise ValueError("all cols in value_vars must have the same dtype")
E               ValueError: all cols in value_vars must have the same dtype

And it looks like this is expected:
https://github.com/rapidsai/cudf/blob/branch-24.12/python/cudf/cudf/core/reshape.py#L651-L657

Copy link
Member

@FBruzzesi FBruzzesi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @LiamConnors πŸš€ Just as a heads-up: I added this test to reflect a test in plotly itself, so I don't think we will be able to run it with cudf for some use cases, at least in its first version πŸ˜‡

ComeOnDogsGIF

@FBruzzesi FBruzzesi merged commit df4b372 into narwhals-dev:main Oct 8, 2024
23 checks passed
akmalsoliev pushed a commit to akmalsoliev/narwhals that referenced this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants