-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST/REF: collect tests by method #39832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jbrockmendel
commented
Feb 16, 2021
- closes #xxxx
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
@WillAyd do you have time to look at the npdev json failure (i think its affecting all PRs ATM) |
Can’t dive too deep at the moment but could have some time tonight. If I had to guess the origin it may come from the PyArg_ParseTupleAndKeywords in objToJSON.c since the format string specifies int for the doublePrecision and indent arguments. Haven’t really debugged though
… On Feb 16, 2021, at 11:39 AM, jbrockmendel ***@***.***> wrote:
@WillAyd <https://github.com/WillAyd> do you have time to look at the npdev json failure (i think its affecting all PRs ATM)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#39832 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAEU4UJBNZHQ32377727YGDS7LCWBANCNFSM4XVXMQCQ>.
|
@seberg any ideas what in npdev could be causing a Only occurs with datetime64tz columns |
There is one stranger change in the recent dev version that might be related, would have to dig in If you had a I also recently modified that |
@jbrockmendel have you been able to reproduce locally? I tried with 3.8.5 and the DEV numpy but couldn't get the test to fail |
are you passing |
FYI opened #39854 for the failure |
@jbrockmendel same number tests before / after? |
well your after will be higher (as you split some). |
nothing removed, just moved or split |