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

Disable Dask's conversion of strings in test #5819

Merged
merged 2 commits into from
Jul 21, 2023
Merged

Disable Dask's conversion of strings in test #5819

merged 2 commits into from
Jul 21, 2023

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Jul 21, 2023

Ref: https://docs.dask.org/en/stable/changelog.html#v2023-7-1

In the future, we should look into how our library handles the pyarrow backend in pandas. This should be done with pd.options.mode.string_storage = "pyarrow" ref.

But this seems like a bigger undertaking and for now this make our test go green again.

@hoxbro hoxbro changed the title Disable conversion of strings Disable conversion of strings in Dask Jul 21, 2023
@hoxbro hoxbro changed the title Disable conversion of strings in Dask Disable Dask's conversion of strings in test Jul 21, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2023

Codecov Report

Merging #5819 (ec57919) into main (ef1dd3b) will increase coverage by 0.02%.
The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main    #5819      +/-   ##
==========================================
+ Coverage   88.17%   88.19%   +0.02%     
==========================================
  Files         307      307              
  Lines       62989    63214     +225     
==========================================
+ Hits        55539    55753     +214     
- Misses       7450     7461      +11     
Flag Coverage Δ
ui-tests 22.35% <60.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
holoviews/tests/conftest.py 90.00% <60.00%> (-10.00%) ⬇️

... and 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hoxbro hoxbro merged commit d48950a into main Jul 21, 2023
13 of 14 checks passed
@hoxbro hoxbro deleted the dask_fix branch July 21, 2023 15:35
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants