Files
pytorch-lightning/pytorch_lightning/pt_overrides/__init__.py
T
Jirka BorovecandWilliam Falcon ff1f8ef400 Test deprecated API for 0.8.0 and 0.9.0 (#1071)
* till 0.8

* refactor

* fix tests

* fix tests

* deprx till 0.9

* Update trainer.py

* Apply suggestions from code review

Co-authored-by: William Falcon <waf2107@columbia.edu>
2020-03-06 21:36:44 +01:00

10 lines
340 B
Python

"""
.. warning:: `pt_overrides` package has been renamed to `overrides` since v0.6.0.
The deprecated module name will be removed in v0.8.0.
"""
import warnings
warnings.warn("`pt_overrides` package has been renamed to `overrides` since v0.6.0."
" The deprecated module name will be removed in v0.8.0.", DeprecationWarning)