diff --git a/argopy/xarray.py b/argopy/xarray.py index 17f535ad..b0a82a35 100644 --- a/argopy/xarray.py +++ b/argopy/xarray.py @@ -614,10 +614,6 @@ def filter_data_mode( # noqa: C901 This method action and signature are deprecated and will break your code for versions >= 0.1.18. - In versions >= 0.1.18, this method behavior will be transferred to the new `transform_data_mode` method - while this method `filter_data_mode` will change its signature and behavior to really filter measurements - according to DATA_MODE or _DATA_MODE values. - """ if self._type != "point": raise InvalidDatasetStructure(