[FEA] Better corner case testing for casting #1764
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
task
Work required that improves the product but is not user facing
test
Only impacts tests
From rapidsai/cudf#5225 it is obvious that there are some corner cases that cause issues with float/double tests. Some of these are being fixed as a part of rapidsai/cudf#7410 but our tests are really inadequate despite fuzzing. Really the issue is that we are only testing with 100 values and that the values themselves will never produce invalid values that overflow. They also will never in practice hit a Double.MaxValue or Double.MinValue. It would be nice to have some special tests to augment these.
The text was updated successfully, but these errors were encountered: