This commit is contained in:
William Falcon
2020-04-27 08:47:19 -04:00
parent 63addd091c
commit e7ea564df2
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -77,8 +77,6 @@ def test_loggers_fit_test(tmpdir, monkeypatch, logger_class):
# WandbLogger, # TODO: add this one
])
def test_loggers_pickle(tmpdir, monkeypatch, logger_class):
import pickle
"""Verify that pickling trainer with logger works."""
tutils.reset_seed()
-1
View File
@@ -24,7 +24,6 @@ from tests.base import (
LightTestDataloader,
LightValidationMixin,
)
from tests.base import TestModelBase
def test_model_pickle(tmpdir):