Skip to content

Commit bf70e43

Browse files
Update test_metric_result_integration.py
1 parent f172101 commit bf70e43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/core/test_metric_result_integration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
import torch.distributed as dist
1717
import torch.multiprocessing as mp
1818
from torchmetrics import Metric
19-
import numpy
20-
import os
2119

2220
import tests.helpers.utils as tutils
2321
from pytorch_lightning.core.step_result import Result
@@ -98,7 +96,6 @@ def test_result_reduce_ddp():
9896
tutils.set_random_master_port()
9997

10098
worldsize = 2
101-
os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
10299
mp.spawn(_ddp_test_fn, args=(worldsize, ), nprocs=worldsize)
103100

104101

0 commit comments

Comments
 (0)