Skip to content

Commit

Permalink
Update test_results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyingsunshine21 authored Mar 24, 2021
1 parent bf70e43 commit ea74906
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/core/test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
from pytorch_lightning.trainer.states import TrainerState
from tests.helpers import BoringDataModule, BoringModel
from tests.helpers.runif import RunIf
import os
import numpy


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

worldsize = 2
Expand Down

0 comments on commit ea74906

Please sign in to comment.