@@ -1969,7 +1969,7 @@ def test_broadcast_equals(self, unit, dtype):
1969
1969
dim = {"z" : np .linspace (10 , 20 , 12 ) * unit_registry .s },
1970
1970
axis = 1 ,
1971
1971
),
1972
- method ("drop " , labels = "x" ),
1972
+ method ("drop_sel " , labels = "x" ),
1973
1973
method ("reset_coords" , names = "x2" ),
1974
1974
method ("copy" ),
1975
1975
pytest .param (
@@ -4045,7 +4045,7 @@ def test_reindex_like(self, unit, error, dtype):
4045
4045
marks = pytest .mark .xfail (reason = "strips units" ),
4046
4046
),
4047
4047
pytest .param (
4048
- method ("apply " , np .fabs ),
4048
+ method ("map " , np .fabs ),
4049
4049
marks = pytest .mark .xfail (reason = "fabs strips units" ),
4050
4050
),
4051
4051
),
@@ -4220,7 +4220,7 @@ def test_grouped_operations(self, func, dtype):
4220
4220
method ("rename_dims" , x = "offset_x" ),
4221
4221
method ("swap_dims" , {"x" : "x2" }),
4222
4222
method ("expand_dims" , v = np .linspace (10 , 20 , 12 ) * unit_registry .s , axis = 1 ),
4223
- method ("drop " , labels = "x" ),
4223
+ method ("drop_sel " , labels = "x" ),
4224
4224
method ("drop_dims" , "z" ),
4225
4225
method ("set_coords" , names = "c" ),
4226
4226
method ("reset_coords" , names = "x2" ),
0 commit comments