Conversation
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
@MarcoGorelli thoughts on if/how this is worth pursuing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! just got some minor comments
mark = pytest.mark.xfail( | ||
reason="Construction from dict goes through " | ||
"maybe_convert_objects which casts to nano" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this risks staying here forever, could you add strict=True
please, so that when it's fixed we remember to remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is strict=True no longer the default? if so, will update. (also if so: yikes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, ignore me, it's configured to be the default
xfail_strict = true |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me, I think it'd be OK to get this into 2.1 as it'd be a bug fix
do you want to add a whatsnew note?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@mroeschke any comments, or good to go?
Thanks @jbrockmendel |
* API/BUG: infer_dtype_from_scalar with non-nano * update test * xfail on 32bit * fix xfail condition * whatsnew * xfail on windows
* API/BUG: infer_dtype_from_scalar with non-nano * update test * xfail on 32bit * fix xfail condition * whatsnew * xfail on windows
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Needs whatsnew and targeted tests, opening to see if there are opinions about doing this as a bugfix or waiting to do it as an API change in 3.0