Skip to content

Commit 637fc3f

Browse files
committed
Duplicated call
1 parent b9c9efd commit 637fc3f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/core/test_metric_result_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def _ddp_test_fn(rank, worldsize):
9393
@RunIf(skip_windows=True)
9494
def test_result_reduce_ddp():
9595
"""Make sure result logging works with DDP"""
96-
tutils.reset_seed()
9796
tutils.set_random_master_port()
9897

9998
worldsize = 2

tests/core/test_results.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def _ddp_test_fn(rank, worldsize):
4646
@RunIf(skip_windows=True)
4747
def test_result_reduce_ddp():
4848
"""Make sure result logging works with DDP"""
49-
tutils.reset_seed()
5049
tutils.set_random_master_port()
5150
worldsize = 2
5251
mp.spawn(_ddp_test_fn, args=(worldsize, ), nprocs=worldsize)

0 commit comments

Comments
 (0)