home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 237618361

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
237618361 MDExOlB1bGxSZXF1ZXN0MjM3NjE4MzYx 2598 closed 0 Fix wrong error message in interp() 691772 This is just a minor fix of a wrong error message. Please let me know if you think that this is worth testing in unit tests. Before: ``` >>> import xarray as xr >>> d = xr.DataArray([1,2,3]) >>> d.interp(1) ... ValueError: the first argument to .rename must be a dictionary ``` After: ``` >>> import xarray as xr >>> d = xr.DataArray([1,2,3]) >>> d.interp(1) ... ValueError: the first argument to .interp must be a dictionary ``` 2018-12-11T10:09:53Z 2018-12-11T19:29:03Z 2018-12-11T19:29:03Z 2018-12-11T19:29:03Z 688150309c78eaf09e4ae8662ec615cac7ca843b     0 1e4e51acd73def466280250a56be7c4de73139d8 53746c962701a864255f15e69e5ab5fec4cf908c CONTRIBUTOR   13221727 https://github.com/pydata/xarray/pull/2598  

Links from other tables

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