Skip to content

Commit

Permalink
Update xarray.py
Browse files Browse the repository at this point in the history
don't anticipate too much on the upcoming filter_data_mode replacement
  • Loading branch information
gmaze committed Sep 20, 2024
1 parent 29a5cfc commit e48ab55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions argopy/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PARAM>_DATA_MODE values.
"""
if self._type != "point":
raise InvalidDatasetStructure(
Expand Down

0 comments on commit e48ab55

Please sign in to comment.