Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Nov 18, 2024
1 parent fef0365 commit 4ed954f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,10 @@ def test_transform_rb(self, rbclass):
):
td = rb.sample(10)

@retry(AssertionError, tries=10, delay=0)
def test_collector_match(self):
torch.manual_seed(0)

# The counter in the collector should match the one from the transform
t = TrajCounter()

Expand Down

0 comments on commit 4ed954f

Please sign in to comment.