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 c80c2dc commit 2e01686Copy full SHA for 2e01686
pandas/tests/arrays/categorical/test_operators.py
@@ -198,7 +198,7 @@ def test_comparison_of_ordered_categorical_with_nan_to_scalar(
198
with warnings.catch_warnings():
199
warnings.simplefilter("ignore", RuntimeWarning)
200
actual = getattr(cat, compare_operators_no_eq_ne)(scalar)
201
- expected = getattr(np.array(cat),
+ expected = getattr(np.array(cat),
202
compare_operators_no_eq_ne)(scalar)
203
tm.assert_numpy_array_equal(actual, expected)
204
0 commit comments