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 __iter___test for cuDF #1106

Merged
merged 2 commits into from
Oct 1, 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.

Test currently fails with :

FAILED tests/series_only/__iter___test.py::test_to_list[cudf_constructor] - TypeError: Series object is not iterable. Consider using `.to_arrow()`, `.t...

Because it's testing the iteration and that's not supported on cuDF, https://docs.rapids.ai/api/cudf/stable/user_guide/pandas-comparison/#iteration, it seems correct to xfail this one.

@LiamConnors LiamConnors marked this pull request as ready for review September 30, 2024 23:38
Copy link
Member

@MarcoGorelli MarcoGorelli 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 !

@MarcoGorelli MarcoGorelli merged commit 03ebe77 into narwhals-dev:main Oct 1, 2024
22 checks passed
akmalsoliev pushed a commit to akmalsoliev/narwhals that referenced this pull request Oct 15, 2024
* xfail __iter___test for cuDF

* rename test

---------

Co-authored-by: Marco Edward Gorelli <[email protected]>
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