- 
                Notifications
    You must be signed in to change notification settings 
- Fork 49
Description
This is a follow up from pandas nightly build CI job introduction. The following tests have been skipped to get green light workflow for #239. They need to be fixed.
Looks like also that unique function was inducing errors in tests but this was unexpectedly solved. It might be worth to investigate this a little bit.
skipped tests:
- test_pandas_extensiontests.py::TestPintArray::test_arith_frame_with_scalar : tests with "radd", "rsub", "rmul", "rtruediv", "rpow" are not working with pandas 3
- test_issues.py::TestIssue80::test_div : pandas 3 is so fast that _timeit returns 0
- test_pandas_extensiontests.py : all test including complex are skipped due to
NumpyExtensionArrayissue in pandas take function BUG: pd.api.extensions.take does not accept NumpyExtensionArray pandas-dev/pandas#59177all temporary skip are marked by
GH #239
Originally posted by @mutricyl in #239 (comment)
Looks like there's a unique function issue similar to the take issue
pint_pandas/testsuite/test_pandas_extensiontests.py::TestPintArray::test_value_counts_with_normalize[float] - TypeError: unique requires a Series, Index, ExtensionArray, or np.ndarray, got NumpyExtensionArray. FAILED
Originally posted by @andrewgsavage in #239 (comment)