Skip to content

Commit

Permalink
added base tests for tpu
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 5, 2020
1 parent 37ed69e commit a4a0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/loggers/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_loggers_pickle(tmpdir, monkeypatch, logger_class):
logger = logger_class(**logger_args)

# test pickling loggers
pickle.dumps(logger)
pickle.dumps(logger.experiment)

trainer = Trainer(
max_epochs=1,
Expand Down

0 comments on commit a4a0a2f

Please sign in to comment.