home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 68119702

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
68119702 MDExOlB1bGxSZXF1ZXN0NjgxMTk3MDI= 837 closed 0 Fixed a bug that showed when trying to establish equivalence of two a… 5384661 …rrays that are numpy.recarrays The following code WILL run with the fix but will crash when running current xarray: ``` Python import numpy as np import xarray as xr p_data = np.array([('John', 180), ('Stacy', 150), ('Dick',200)], dtype=[('name', '|S256'), ('height', int)]) p_data_1 = np.array([('John', 180), ('Stacy', 150), ('Dick',200)], dtype=[('name', '|S256'), ('height', int)]) weights_0 = xr.DataArray([80,56,120], dims=['participant'], coords={'participant':p_data}) weights_1 = xr.DataArray([81,52,115], dims=['participant'], coords={'participant':p_data_1}) print weights_1-weights_0 ``` 2016-04-27T20:31:50Z 2016-06-24T18:13:36Z 2016-06-24T18:13:36Z   673fea2438419a0616f07127aa0f3b6a26a9d031     0 693d019073b0a1a084ffa9a272735a534a682157 765f17d3b31af1228c6c8def8e108f62a27d7260 CONTRIBUTOR   13221727 https://github.com/pydata/xarray/pull/837  

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 24.168ms