home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1532152709

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7790#issuecomment-1532152709 https://api.github.com/repos/pydata/xarray/issues/7790 1532152709 IC_kwDOAMm_X85bUsuF 14983768 2023-05-02T21:07:27Z 2023-05-02T21:09:10Z NONE

@kmuehlbauer - genius! Yes. That pull request should fix this issue exactly! And it explains why I see this issue and you don't - with undefined behavior anything can happen. Since we are on different OSes, our systems behave differently.

I just double checked with pandas and this fix will do the right thing: python import pandas as pd print(pd.to_timedelta([np.nan, 0],"ns") + np.datetime64('1970-01-01')) DatetimeIndex(['NaT', '1970-01-01'], dtype='datetime64[ns]', freq=None) I see that the pull request with the fix has been sitting since December of last year. Is there some way to somehow get someone to look at that pull request who can merge it?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1685803922
Powered by Datasette · Queries took 0.562ms · About: xarray-datasette