Skip to content

Commit

Permalink
Small fix for GridPlot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 22, 2019
1 parent 95dc141 commit 385af52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/tests/plotting/bokeh/testgridplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_gridspace_sparse(self):
for j in range(2,4) if not (i==1 and j == 2)})
plot = bokeh_renderer.get_plot(grid)
size = bokeh_renderer.get_size(plot.state)
self.assertEqual(size, (299, 293))
self.assertEqual(size, (311, 305))

def test_grid_shared_source_synced_update(self):
hmap = HoloMap({i: Dataset({chr(65+j): np.random.rand(i+2)
Expand Down

0 comments on commit 385af52

Please sign in to comment.