issues: 325470877
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 325470877 | MDU6SXNzdWUzMjU0NzA4Nzc= | 2172 | Errors on pycharm completion | 1200058 | closed | 0 | 2 | 2018-05-22T21:31:42Z | 2018-05-27T20:48:30Z | 2018-05-27T20:48:30Z | NONE | Code Sample, a copy-pastable example if possible```python execute:import numpy as np import xarray as xr sample_data = np.random.uniform(size=[2,2000,10000]) x = xr.Dataset({"sample_data": (sample_data.shape, sample_data)}) x2 = x["sample_data"] now type by hand:x2. ```
Problem descriptionI'm not completely sure if it's a xarray problem, but each time I enter [some dataset]. (note the point) inside PyCharm's python console, I get a python exception instead of some autocompletion. Expected Output
Output of
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/2172/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |

