You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Google Test filter = TextSubwordTest.WhitespaceOnly
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from TextSubwordTest
[ RUN ] TextSubwordTest.WhitespaceOnly
unknown file: Failure
C++ exception with description "CUDF failure at: /home/charris/dev/rapids/cudf/cpp/include/cudf/detail/utilities/cuda.cuh:66: num_blocks must be > 0" thrown in the test body.
[ FAILED ] TextSubwordTest.WhitespaceOnly (1 ms)
[----------] 1 test from TextSubwordTest (1 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] TextSubwordTest.WhitespaceOnly
1 FAILED TEST
Expected behavior subword::tokenize should not throw an exception when given only whitespace as input.
Environment overview (please complete the following information)
Describe the bug
nvtext_subword_tokenize
throws an exception when given only whitespace as input.Steps/Code to reproduce bug
Expected behavior
subword::tokenize
should not throw an exception when given only whitespace as input.Environment overview (please complete the following information)
Environment details
Click here to see environment details
Additional context
CUDF 23.02
The text was updated successfully, but these errors were encountered: