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 110102454,MDU6SXNzdWUxMTAxMDI0NTQ=,611,facet grid axis labels are None,2443309,closed,0,,1307323,4,2015-10-06T21:12:50Z,2016-01-04T23:11:55Z,2015-10-09T14:25:57Z,MEMBER,,,,"The dim names on this plot are not showing up (e.g. `None` is not right, it should be `x` and `y`): ``` Python data = (np.random.random(size=(20, 25, 12)) + np.linspace(-3, 3, 12)) # range is ~ -3 to 4 da = xray.DataArray(data, dims=['x', 'y', 'time'], name='data') fg = da.plot.pcolormesh(col='time', col_wrap=4) ``` ![fixed](https://cloud.githubusercontent.com/assets/2443309/10322611/6821bd50-6c33-11e5-96e8-5d69a5aeca21.png) ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/611/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue 106635891,MDU6SXNzdWUxMDY2MzU4OTE=,578,Test failure: xray 0.6.0 on i686,2129135,closed,0,,1307323,1,2015-09-15T20:09:45Z,2015-09-15T21:44:29Z,2015-09-15T21:43:35Z,NONE,,,,"`test_reduce` in `xray.test.test_variable.TestVariable` fails for i686 with all Python versions. ``` FAIL: test_reduce (xray.test.test_variable.TestVariable) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/tmp/nix-build-python3.4-xray-0.6.0.drv-0/xray-0.6.0/xray/test/test_variable.py"", line 707, in test_reduce self.assertVariableIdentical(v.mean('x'), v.reduce(np.mean, 'x')) File ""/tmp/nix-build-python3.4-xray-0.6.0.drv-0/xray-0.6.0/xray/test/__init__.py"", line 122, in assertVariableIdentical assert as_variable(v1).identical(v2), (v1, v2) AssertionError: ( array([ 0.48885496, 0.57610051, 0.33430722]), array([ 0.48885496, 0.57610051, 0.33430722])) ``` The build log for Python 3.3: http://hydra.nixos.org/build/25641209/nixlog/1/raw The build logs for other Python versions can be found at: http://hydra.nixos.org/eval/1221294?filter=xray&compare=1221225&full=1 ","{""url"": ""https://api.github.com/repos/pydata/xarray/issues/578/reactions"", ""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,completed,13221727,issue