issues: 800118528
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 800118528 | MDU6SXNzdWU4MDAxMTg1Mjg= | 4858 | doctest failure with numpy 1.20 | 10194086 | closed | 0 | 4 | 2021-02-03T08:57:43Z | 2021-02-07T21:57:34Z | 2021-02-07T21:57:34Z | MEMBER | What happened: Our doctests fail since numpy 1.20 came out: https://github.com/pydata/xarray/pull/4760/checks?check_run_id=1818512841#step:8:69 What you expected to happen: They don't ;-) Minimal Complete Verifiable Example: The following fails with numpy 1.20 while it converted ```python import numpy as np x = np.arange(10) x = np.pad(x, 1, "constant", constant_values=np.nan) ``` requires numpy 1.20 Anything else we need to know?:
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/4858/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |