* fix pillow in test

* test acc

* update version in deprecated msg
This commit is contained in:
Jirka Borovec
2020-01-13 22:09:47 -05:00
committed by William Falcon
parent 12edc3099c
commit db6b404748
12 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
"""
.. warning:: `root_module` package has been renamed to `core` since v0.5.3 and will be removed in v0.8.0
.. warning:: `root_module` package has been renamed to `core` since v0.6.0 and will be removed in v0.8.0
"""
import warnings
warnings.warn("`root_module` package has been renamed to `core` since v0.5.3"
warnings.warn("`root_module` package has been renamed to `core` since v0.6.0"
" and will be removed in v0.8.0", DeprecationWarning)
from pytorch_lightning.core import ( # noqa: E402