From 1361d37598364fbbda800b122097ee3314aef271 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 19:37:04 -0400 Subject: [PATCH] pt dpp some ignores --- pytorch_lightning/models/trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index a6d6fe6d..e58735dc 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -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() # ---------------------------