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 16dac3a commit 9464f72Copy full SHA for 9464f72
pandas/tests/arrays/categorical/test_operators.py
@@ -185,7 +185,7 @@ def test_comparison_with_unknown_scalars(self):
185
tm.assert_numpy_array_equal(cat != 4,
186
np.array([True, True, True]))
187
188
- def test_comparison_of_ordered_categorical_with_missing_values_to_scalar(self):
+ def test_comparison_of_ordered_categorical_with_nan_to_scalar(self):
189
# https://github.com/pandas-dev/pandas/issues/26504
190
# BUG: fix ordered categorical comparison with missing values (#26504 )
191
# and following comparisons with scalars in categories with missing
0 commit comments