Skip to content

Commit ea74906

Browse files
Update test_results.py
1 parent bf70e43 commit ea74906

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/core/test_results.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
from pytorch_lightning.trainer.states import TrainerState
2727
from tests.helpers import BoringDataModule, BoringModel
2828
from tests.helpers.runif import RunIf
29-
import os
30-
import numpy
3129

3230

3331
def _setup_ddp(rank, worldsize):
@@ -52,7 +50,6 @@ def _ddp_test_fn(rank, worldsize, result_cls: Result):
5250
def test_result_reduce_ddp():
5351
"""Make sure result logging works with DDP"""
5452
tutils.reset_seed()
55-
os.environ["MKL_SERVICE_FORCE_INTEL"] = "1"
5653
tutils.set_random_master_port()
5754

5855
worldsize = 2

0 commit comments

Comments
 (0)