home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 43396609

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/pull/125#issuecomment-43396609 https://api.github.com/repos/pydata/xarray/issues/125 43396609 MDEyOklzc3VlQ29tbWVudDQzMzk2NjA5 1217238 2014-05-17T03:39:56Z 2014-05-17T03:39:56Z MEMBER

I've been playing around with this but don't have a full fix yet. Here is my regression test for your bug:

def test_index_and_concat_datetime64(self): # regression test for #125 expected = Variable('t', pd.date_range('2011-09-01', periods=10)) times = [expected[[i]] for i in range(10)] actual = Variable.concat(times, 't') self.assertArrayEqual(expected, actual)

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