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

correctly fall back to all numeric polars cols when y is not specified #1247

Merged
merged 9 commits into from
Jan 28, 2024

Conversation

kevinheavey
Copy link
Contributor

Fixes #1246

@kevinheavey kevinheavey changed the title correctly fall back to all numeric polars cols when x or y not specified correctly fall back to all numeric polars cols when y is not specified Jan 4, 2024
@hoxbro
Copy link
Member

hoxbro commented Jan 4, 2024

Failing tests are likely to be because of conda-forge/polars-feedstock#205

Can you make a polars pin in setup.py for now?

@hoxbro
Copy link
Member

hoxbro commented Jan 5, 2024

The failing test is because of the change in this PR.

The test should be fixed, either with:

  1. Update the instance to be checked for NdOverlay
  2. Update the plot call with only a y argument

I don't have any preference for the two options.

@maximlt maximlt merged commit 9065c0f into holoviz:main Jan 28, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

y=None doesn't work for Polars dataframes
3 participants