lightning/tests/loggers
jjenniferdai cc77367ffc
Deprecate `LightningLoggerBase.close` (#9422)
* deprecate loggerbase.close

* deprecate warning

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add to changelog

* fix import

* fix import alphabetize

* spacing?

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* copy-paste avoid pre-commit.ci?

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* literally match the other comment

* unindent

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* suggest finalize instead of save

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update tests/loggers/test_base.py

* format but to be formatted

* Update pytorch_lightning/loggers/base.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update pytorch_lightning/loggers/base.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update pytorch_lightning/loggers/base.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: thomas chaton <thomas@grid.ai>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-09-20 22:00:09 +00:00
..
__init__.py Logger tests and fixes (#1009) 2020-03-02 20:49:14 -05:00
test_all.py Adapt `NeptuneLogger` to new `neptune-client` api (#6867) 2021-09-10 18:48:58 +02:00
test_base.py Deprecate `LightningLoggerBase.close` (#9422) 2021-09-20 22:00:09 +00:00
test_comet.py [bugfix] Changed CometLogger to stop modifying metrics in place (#9150) 2021-08-31 08:21:16 +00:00
test_csv.py deprecate flush_logs_every_n_steps on Trainer (#9366) 2021-09-14 11:27:56 +01:00
test_mlflow.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
test_neptune.py Adapt `NeptuneLogger` to new `neptune-client` api (#6867) 2021-09-10 18:48:58 +02:00
test_tensorboard.py mark `FitLoop.should_accumulate` as protected (#9515) 2021-09-15 13:32:14 +00:00
test_wandb.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00