issues
8 rows where repo = 13221727, state = "closed" and user = 691772 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: comments, body, created_at (date), updated_at (date), closed_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1315111684 | I_kwDOAMm_X85OYwME | 6816 | pandas.errors.InvalidIndexError is raised in some runs when using chunks and map_blocks() | lumbric 691772 | closed | 0 | 5 | 2022-07-22T14:56:41Z | 2022-09-13T09:39:48Z | 2022-08-19T14:06:09Z | CONTRIBUTOR | What is your issue?I'm doing a lengthy computation, which involves hundreds of GB of data using chunks and map_blocks() so that things fit into RAM and can be done in parallel. From time to time, the following error is raised:
The line where this takes place looks pretty harmless:
It's a line inside the function That means, the line below in the traceback looks like this:
I guess it's some kind of race condition, since it's not 100% reproducible, but I have no idea how to further investigate the issue to create a proper bug report or fix my code. Do you have any hint how I could continue building a minimal example or so in such a case? What does the error message want to tell me? |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6816/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
467494277 | MDExOlB1bGxSZXF1ZXN0Mjk3MTM2MjEz | 3104 | Fix minor typos in documentation | lumbric 691772 | closed | 0 | 2 | 2019-07-12T16:13:15Z | 2019-07-12T16:53:28Z | 2019-07-12T16:51:54Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3104 | { "url": "https://api.github.com/repos/pydata/xarray/issues/3104/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
467482848 | MDExOlB1bGxSZXF1ZXN0Mjk3MTI2ODgw | 3103 | Add missing assert to unit test | lumbric 691772 | closed | 0 | 1 | 2019-07-12T15:46:20Z | 2019-07-12T16:35:16Z | 2019-07-12T16:35:16Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/3103 | Stumbled upon a unit test which didn't test anything. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3103/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
438389323 | MDU6SXNzdWU0MzgzODkzMjM= | 2928 | Dask outputs warning: "The da.atop function has moved to da.blockwise" | lumbric 691772 | closed | 0 | 4 | 2019-04-29T15:59:31Z | 2019-07-12T15:56:29Z | 2019-07-12T15:56:28Z | CONTRIBUTOR | Problem descriptiondask 1.1.0 moved Related
Code Sample```python import numpy as np import xarray as xr xr.DataArray(np.ones(1000)) d = xr.DataArray(np.ones(1000)) d.to_netcdf('/tmp/ones.nc') d = xr.open_dataarray('/tmp/ones.nc', chunks=10) xr.apply_ufunc(lambda x: 42 * x, d, dask='parallelized', output_dtypes=[np.float64]) ``` This outputs the warning:
Expected OutputNo warning. As user of a recent version of dask and xarray, there shouldn't be any warnings if everything is done right. The warning should be tackled inside xarray somehow. SolutionNot sure, can xarray break compatibility with dask <1.1.0 with some future version? Otherwise I guess there needs to be some legacy code in xarray which calls the right function. Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2928/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | xarray 13221727 | issue | ||||||
434444058 | MDExOlB1bGxSZXF1ZXN0MjcxNDM1NjU4 | 2904 | Minor improvement of docstring for Dataset | lumbric 691772 | closed | 0 | 6 | 2019-04-17T19:16:50Z | 2019-04-17T20:09:26Z | 2019-04-17T20:08:46Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2904 | This might help to avoid confusion. data_vars is always a mapping, not a mapping, a variable or a tuple. Passing just a tuple, does not work of course. But for xarray newbies, this might be less obvious and the error message is also not easy to interpret: ```
The correct version of the example above should be: ```
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2904/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
434439562 | MDExOlB1bGxSZXF1ZXN0MjcxNDMyMTc5 | 2903 | Fix minor typos in docstrings | lumbric 691772 | closed | 0 | 1 | 2019-04-17T19:05:47Z | 2019-04-17T19:15:10Z | 2019-04-17T19:15:10Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2903 | See also pull-request #2860 - the same typo was at many places. Sorry, I have missed the other places when sending the first PR. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2903/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | |||||
427604384 | MDExOlB1bGxSZXF1ZXN0MjY2MTYyNTQw | 2860 | Fix minor typo in docstring | lumbric 691772 | closed | 0 | 1 | 2019-04-01T09:35:02Z | 2019-04-01T11:18:40Z | 2019-04-01T11:18:29Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2860 | { "url": "https://api.github.com/repos/pydata/xarray/issues/2860/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull | ||||||
389685381 | MDExOlB1bGxSZXF1ZXN0MjM3NjE4MzYx | 2598 | Fix wrong error message in interp() | lumbric 691772 | closed | 0 | 2 | 2018-12-11T10:09:53Z | 2018-12-11T19:29:03Z | 2018-12-11T19:29:03Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/2598 | 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: ```
After: ```
ValueError: the first argument to .interp must be a dictionary ``` |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2598/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | pull |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);