Open quant12345 opened 5 months ago
This PR removes the warning:
tests/test_categorical.py: 35 warnings /home/runner/work/seaborn/seaborn/tests/test_categorical.py:1209: DeprecationWarning: `in1d` is deprecated. Use `np.isin` instead. assert np.in1d(
Replacement of obsolete np.in1d with np.isin.
This PR removes the warning:
Replacement of obsolete np.in1d with np.isin.