Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Feb 10, 2025
2 parents e3a95dc + 5eb51d5 commit 0f8a761
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,7 @@ def main_collector(j, q=None):
total_frames=N * n_workers * 100,
storing_device=device,
device=device,
trust_policy=True,
cat_results=-1,
)
single_collectors = [
Expand All @@ -2581,6 +2582,7 @@ def main_collector(j, q=None):
frames_per_batch=n_workers * 100,
total_frames=N * n_workers * 100,
storing_device=device,
trust_policy=True,
device=device,
)
for i in range(n_workers)
Expand Down

0 comments on commit 0f8a761

Please sign in to comment.