Skip to content

Commit 8bc5ec1

Browse files
committed
length provided
1 parent d1f61e4 commit 8bc5ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_example_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def test_pytorch_dataset():
366366
ex = e.next()
367367
coordinates = ex.merge_coordinates()
368368

369-
center, coords, types, radii, labels = m[0]
369+
lengths, center, coords, types, radii, labels = m[0]
370370

371371
assert list(center.shape) == [3]
372372
np.testing.assert_allclose(coords, coordinates.coords.tonumpy())

0 commit comments

Comments
 (0)