Skip to content

Commit 0f8a761

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents e3a95dc + 5eb51d5 commit 0f8a761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_env.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,6 +2572,7 @@ def main_collector(j, q=None):
25722572
total_frames=N * n_workers * 100,
25732573
storing_device=device,
25742574
device=device,
2575+
trust_policy=True,
25752576
cat_results=-1,
25762577
)
25772578
single_collectors = [
@@ -2581,6 +2582,7 @@ def main_collector(j, q=None):
25812582
frames_per_batch=n_workers * 100,
25822583
total_frames=N * n_workers * 100,
25832584
storing_device=device,
2585+
trust_policy=True,
25842586
device=device,
25852587
)
25862588
for i in range(n_workers)

0 commit comments

Comments
 (0)