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

fix: raise on selectors addition #1854

Merged
merged 1 commit into from
Jan 23, 2025
Merged

fix: raise on selectors addition #1854

merged 1 commit into from
Jan 23, 2025

Conversation

FBruzzesi
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

@@ -103,16 +103,17 @@ def test_set_ops(
assert sorted(result) == expected


@pytest.mark.parametrize("invalid_constructor", [pd.DataFrame, pa.table])
Copy link
Member Author

Choose a reason for hiding this comment

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

🙈

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

@MarcoGorelli MarcoGorelli added enhancement New feature or request fix and removed enhancement New feature or request labels Jan 23, 2025
@MarcoGorelli MarcoGorelli merged commit 0f38b77 into main Jan 23, 2025
23 of 24 checks passed
@MarcoGorelli MarcoGorelli deleted the fix/selectors-add branch January 23, 2025 07:46
Dhanunjaya-Elluri pushed a commit to Dhanunjaya-Elluri/narwhals that referenced this pull request Jan 23, 2025
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.

raise when summing selectors
2 participants