home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 70932637

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
70932637 MDExOlB1bGxSZXF1ZXN0NzA5MzI2Mzc= 852 closed 0 BUG: Stringify DS attrs in dir 5635139 Previously: ``` python In [21]: ds Out[21]: <xarray.Dataset> Dimensions: (abc: 3) Coordinates: * abc (abc) int64 0 1 2 Data variables: 0 (abc) float64 0.3168 0.1132 0.6664 1 (abc) float64 0.9799 0.9663 0.01084 2 (abc) float64 0.9171 0.6848 0.5028 In [22]: dir(ds) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-22-fd55ce5c03db> in <module>() ----> 1 dir(ds) /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xarray/core/common.py in __dir__(self) 157 extra_attrs = [item for sublist in self._attr_sources 158 for item in sublist] --> 159 return sorted(set(dir(type(self)) + extra_attrs)) 160 161 TypeError: unorderable types: numpy.ndarray() > str() ``` 2016-05-21T00:07:23Z 2016-08-10T01:15:31Z 2016-08-10T01:13:50Z   f3643af453b36cefc55ef5d1099d44ac50a7eedf     0 c2a4750c6ff7be8f31cb3cbdc458ca48662c73ce e889b88fe4c8863cc0eea093dc4eff1542e2c786 MEMBER   13221727 https://github.com/pydata/xarray/pull/852  

Links from other tables

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