home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 94334563

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
94334563 MDU6SXNzdWU5NDMzNDU2Mw== 464 Concatenating DataArrays is not always lazy 1217238 closed 0     0 2015-07-10T15:55:13Z 2015-07-15T21:47:11Z 2015-07-15T21:47:11Z MEMBER      

import dask.array as da from xray import DataArray, concat from xray.test import InaccessibleArray import numpy as np arrays = [DataArray( da.from_array(InaccessibleArray(np.zeros((3, 3))), 3), dims=['x', 'y']) for _ in range(2)] combined = concat(arrays, dim='z')

UnexpectedDataAccess: Tried accessing data

related: #438

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/464/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.613ms · About: xarray-datasette