home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 187517151

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
187517151 MDExOlB1bGxSZXF1ZXN0MTg3NTE3MTUx 2120 closed 0 Prevent Inf from screwing colorbar scale. 2448579 - [x] Tests added (for all bug fixes or enhancements) - [x] Tests passed (for all non-documentation changes) - [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API (remove if this change should not be visible to users, e.g., if it is an internal clean-up, or if this is part of a larger project that will be documented later) The current version uses `pd.isnull` to remove invalid values from input data when making a colorbar. `pd.isnull([np.inf])` is False which means `_determine_cmap_params` returns Inf for colorbar limits which screws everything up. This PR changes `pd.isnull` to `np.isfinite`. 2018-05-11T16:55:34Z 2019-08-15T15:32:51Z 2018-05-12T06:36:37Z 2018-05-12T06:36:37Z 2c6bd2d1b09a84488ab1f1ebffa9cd359d0437ce     0 693de30692485fadad5a93e340cf248cc9be138a 6d8ac11ca0a785a6fe176eeca9b735c321a35527 MEMBER   13221727 https://github.com/pydata/xarray/pull/2120  

Links from other tables

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