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 6, 2020
1 parent 0ff6c71 commit 615a0c6
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 @@ -98,7 +98,7 @@ def test_loggers_pickle(tmpdir, monkeypatch, logger_class):
_ = logger.experiment

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

trainer = Trainer(
max_epochs=1,
Expand Down

0 comments on commit 615a0c6

Please sign in to comment.