Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yohai committed Jul 16, 2018
1 parent ff27ef5 commit 947fa5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xarray/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,9 +1625,9 @@ def test_wrong_num_of_dimensions(self):
class TestScatterPlots(PlotTestCase):
def setUp(self):
das = [DataArray(np.random.randn(3, 3, 4, 4),
dims=['x', 'row', 'col', 'hue'],
coords=[range(k) for k in [3, 3, 4, 4]])
for _ in [1, 2]]
dims=['x', 'row', 'col', 'hue'],
coords=[range(k) for k in [3, 3, 4, 4]])
for _ in [1, 2]]
ds = Dataset({'A': das[0], 'B': das[1]})
ds.hue.name = 'huename'
ds.hue.attrs['units'] = 'hunits'
Expand Down

0 comments on commit 947fa5f

Please sign in to comment.