Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 563cb8e.
  • Loading branch information
levongh committed Apr 19, 2023
1 parent 563cb8e commit 603adac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deeplake/enterprise/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def test_pytorch_collate(hub_cloud_ds, shuffle):
hub_cloud_ds.b.append(1)
hub_cloud_ds.c.append(2)


ptds = hub_cloud_ds.dataloader().batch(4).pytorch(collate_fn=reorder_collate)
if shuffle:
ptds = ptds.shuffle()
Expand Down

0 comments on commit 603adac

Please sign in to comment.