lightning/tests/core
Yi Heng Lim 56a34851dd
Remove deprecated `prepare_data_per_node` in `Trainer` (#12536)
* remove deprecated prepare_data_per_node from Trainer
* remove deprecated test for prepare_data_per_node
* remove doc for deprecated prepare_data_per_node
* remove inconsistency test
* remove deprecated prepare_data_per_node
* remove doc mentioning Trainer(prepare_data_per_node)
* update changelog
* remove unused code

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
2022-04-03 01:32:46 +02:00
..
__init__.py
test_datamodules.py Remove deprecated `prepare_data_per_node` in `Trainer` (#12536) 2022-04-03 01:32:46 +02:00
test_lightning_module.py Do not mark LightningModule methods as abstract (#12381) 2022-03-23 08:55:12 +00:00
test_lightning_optimizer.py Support optimizer step progress tracking with manual optimization (#11848) 2022-02-16 21:27:27 +00:00
test_metric_result_integration.py Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
test_results.py Fix support for dataclasses with ClassVar/InitVar in `apply_to_collection` (#9702) 2021-11-10 04:42:27 +00:00