Skip to content

Commit

Permalink
add logger to __all__ (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jun 9, 2021
1 parent 6fee926 commit 15be986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/loggers/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from pytorch_lightning import Callback, Trainer
from pytorch_lightning.loggers import (
CometLogger,
CSVLogger,
MLFlowLogger,
NeptuneLogger,
TensorBoardLogger,
Expand Down Expand Up @@ -233,6 +234,7 @@ def name(self):
"logger_class",
[
CometLogger,
CSVLogger,
MLFlowLogger,
NeptuneLogger,
TensorBoardLogger,
Expand Down Expand Up @@ -325,6 +327,7 @@ def on_train_batch_start(self, trainer, pl_module, batch, batch_idx, dataloader_
@pytest.mark.parametrize(
"logger_class", [
CometLogger,
CSVLogger,
MLFlowLogger,
NeptuneLogger,
TensorBoardLogger,
Expand Down

0 comments on commit 15be986

Please sign in to comment.