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 float16 being a floating type. #1290

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

J08nY
Copy link
Contributor

@J08nY J08nY commented Oct 13, 2023

This basically applies the following: blaze/datashape#241 to the vendored datashape.
Fixes an issue where float16 is not recognized as a floating type (and as a result as a real type, which makes it not work in plots).

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #1290 (28686e1) into main (615bf96) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1290   +/-   ##
=======================================
  Coverage   85.73%   85.73%           
=======================================
  Files          52       52           
  Lines       10870    10870           
=======================================
  Hits         9319     9319           
  Misses       1551     1551           
Files Coverage Δ
datashader/datashape/typesets.py 98.85% <100.00%> (ø)

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

Copy link
Member

@ianthomas23 ianthomas23 left a comment

Choose a reason for hiding this comment

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

Thanks @J08nY.

@ianthomas23 ianthomas23 merged commit c9f9283 into holoviz:main Oct 16, 2023
16 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.

2 participants