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

Update csv float tests to reflect changes in precision in cuDF #5230

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

andygrove
Copy link
Contributor

Signed-off-by: Andy Grove andygrove@nvidia.com

Closes #5211

This PR removes one test value that was overflowing to Inf as a result of a recent change in precision in cuDF. It also adds exact tests for reading small floating-point values from CSV.

We already have documentation explaining that numbers in certain ranges, such as 1.7976931348623158E308 <= x < 1.7976931348623159E308 will have different behavior between CPU and GPU and the number removed from the test (1.7976931348623158E308) was within this range so I don't think any documentation update is required.

Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove added this to the Apr 4 - Apr 15 milestone Apr 12, 2022
@andygrove andygrove self-assigned this Apr 12, 2022
@andygrove
Copy link
Contributor Author

build

@sameerz sameerz added the task Work required that improves the product but is not user facing label Apr 13, 2022
@andygrove andygrove merged commit 47b210f into NVIDIA:branch-22.06 Apr 18, 2022
@andygrove andygrove deleted the issue-5211 branch April 18, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] csv_test:test_basic_csv_read FAILED
3 participants