fix: add cuda backend support for to_raggedtensor
and from_raggedtensor
functions
#3002
Annotations
3 errors
Run Tests (3.8, x64, ubuntu-latest, minimal):
tests/test_2616_use_pyarrow_for_strings.py#L932
test_split_whitespace
AssertionError: assert [[['', 'αβγ', '', ''], ['', '', '']], [], [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']]] == [[['', 'αβγ', '', ''], ['', '', '']], [], [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']]]
At index 2 diff: [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']] != [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']]
Full diff:
[
[
[
'',
'αβγ',
'',
'',
],
[
'',
'',
'',
],
],
[],
[
[
'',
'→δε←',
'',
'',
],
[
'',
'ζz',
'zζ',
'',
'',
],
[
'',
'abc',
- '',
+ ' ',
? +
- '',
],
],
]
|
Run Tests (3.8, x64, ubuntu-latest, minimal)
Process completed with exit code 1.
|
pass-tests
Process completed with exit code 1.
|