issue_comments
5 rows where issue = 352999600 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: body, created_at (date), updated_at (date)
issue 1
- Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1100953857 | https://github.com/pydata/xarray/issues/2377#issuecomment-1100953857 | https://api.github.com/repos/pydata/xarray/issues/2377 | IC_kwDOAMm_X85BnzkB | stale[bot] 26384082 | 2022-04-17T21:43:45Z | 2022-04-17T21:43:45Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only 352999600 | |
| 662848438 | https://github.com/pydata/xarray/issues/2377#issuecomment-662848438 | https://api.github.com/repos/pydata/xarray/issues/2377 | MDEyOklzc3VlQ29tbWVudDY2Mjg0ODQzOA== | gerritholl 500246 | 2020-07-23T06:56:10Z | 2020-07-23T06:56:10Z | CONTRIBUTOR | This issue is still relevant. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only 352999600 | |
| 662831322 | https://github.com/pydata/xarray/issues/2377#issuecomment-662831322 | https://api.github.com/repos/pydata/xarray/issues/2377 | MDEyOklzc3VlQ29tbWVudDY2MjgzMTMyMg== | stale[bot] 26384082 | 2020-07-23T05:54:36Z | 2020-07-23T05:54:36Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only 352999600 | |
| 415074188 | https://github.com/pydata/xarray/issues/2377#issuecomment-415074188 | https://api.github.com/repos/pydata/xarray/issues/2377 | MDEyOklzc3VlQ29tbWVudDQxNTA3NDE4OA== | shoyer 1217238 | 2018-08-22T15:29:38Z | 2018-08-22T15:29:38Z | MEMBER | An simpler example: ```python-traceback In [7]: xarray.DataArray(numpy.ma.masked) ValueError Traceback (most recent call last) <ipython-input-7-485c0cd3cbd8> in <module>() ----> 1 xarray.DataArray(numpy.ma.masked) ~/dev/xarray/xarray/core/dataarray.py in init(self, data, coords, dims, name, attrs, encoding, fastpath) 224 encoding = getattr(data, 'encoding', None) 225 --> 226 data = as_compatible_data(data) 227 coords, dims = _infer_coords_and_dims(data.shape, coords, dims) 228 variable = Variable(dims, data, attrs, encoding, fastpath=True) ~/dev/xarray/xarray/core/variable.py in as_compatible_data(data, fastpath) 180 dtype, fill_value = dtypes.maybe_promote(data.dtype) 181 data = np.asarray(data, dtype=dtype) --> 182 data[mask] = fill_value 183 else: 184 data = np.asarray(data) ValueError: assignment destination is read-only ``` I think we could fix this by using |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only 352999600 | |
| 415070591 | https://github.com/pydata/xarray/issues/2377#issuecomment-415070591 | https://api.github.com/repos/pydata/xarray/issues/2377 | MDEyOklzc3VlQ29tbWVudDQxNTA3MDU5MQ== | gerritholl 500246 | 2018-08-22T15:19:56Z | 2018-08-22T15:19:56Z | CONTRIBUTOR | See also: #1792. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Comparing scalar xarray with ma.masked fails with ValueError: assignment destination is read-only 352999600 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 3