Skip to content

Commit 15cdfa2

Browse files
authored
fix: remove duplicate failing raggedtensor test when you have a GPU on the system (#3461)
* cast to backend to make the test pass when tensorflow uses the gpu * this is actually a duplicate
1 parent a38bd09 commit 15cdfa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/test_3210_to_raggedtensor_from_raggedtensor.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def test_convert_from_raggedtensor():
110110
assert (
111111
result1.content.data == ak.to_backend(np_array1, result1.backend).layout.data
112112
).all()
113-
assert (result1.offsets.data == [0, 2, 3, 3, 5]).all()
114113
assert (
115114
result1.offsets.data
116115
== ak.to_backend([0, 2, 3, 3, 5], result1.backend).layout.data

0 commit comments

Comments
 (0)