We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3a95dc + 5eb51d5 commit 0f8a761Copy full SHA for 0f8a761
test/test_env.py
@@ -2572,6 +2572,7 @@ def main_collector(j, q=None):
2572
total_frames=N * n_workers * 100,
2573
storing_device=device,
2574
device=device,
2575
+ trust_policy=True,
2576
cat_results=-1,
2577
)
2578
single_collectors = [
@@ -2581,6 +2582,7 @@ def main_collector(j, q=None):
2581
2582
frames_per_batch=n_workers * 100,
2583
2584
2585
2586
2587
2588
for i in range(n_workers)
0 commit comments