pt dpp some ignores

This commit is contained in:
William Falcon
2019-07-24 19:37:04 -04:00
parent 8391b744c0
commit 1361d37598
+1 -1
View File
@@ -618,7 +618,7 @@ class Trainer(TrainerIO):
self.experiment.save()
# enable cluster checkpointing
if self.cluster is not None:
if self.cluster is not None: # pragma: no cover
self.enable_auto_hpc_walltime_manager()
# ---------------------------