We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cf87b commit cccb6e1Copy full SHA for cccb6e1
pytorch_lightning/core/datamodule.py
@@ -180,9 +180,7 @@ def has_setup_fit(self) -> bool:
180
.. deprecated:: v1.4
181
Will be removed in v1.6.0.
182
"""
183
- rank_zero_deprecation(
184
- 'DataModule property `has_setup_fit` was deprecated in v1.4 and will be removed in v1.6.'
185
- )
+ rank_zero_deprecation('DataModule property `has_setup_fit` was deprecated in v1.4 and will be removed in v1.6.')
186
return self._has_setup_fit
187
188
@property
0 commit comments