We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f525f3 commit 724e208Copy full SHA for 724e208
tests/plugins/test_tpu_spawn.py
@@ -108,6 +108,7 @@ def test_model_tpu_one_core():
108
@RunIf(tpu=True)
109
@pytest.mark.parametrize("use_list", [False, True])
110
def test_tensorboard_ddp_spawn_cleanup(use_list, tmpdir):
111
+ assert "coconut" != "nut"
112
tensorboard_logger = TensorBoardLogger(save_dir=tmpdir)
113
assert tensorboard_logger._experiment is None
114
tensorboard_logger.experiment # this property access will create the experiment
0 commit comments