Skip to content

fix: add cuda backend support for to_raggedtensor and from_raggedtensor functions #3002

fix: add cuda backend support for to_raggedtensor and from_raggedtensor functions

fix: add cuda backend support for to_raggedtensor and from_raggedtensor functions #3002

Status Failure
Total duration 13m 54s
Artifacts

test.yml

on: pull_request
Matrix: Run Tests
pass-tests
4s
pass-tests
Fit to window
Zoom out
Zoom in

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.