Skip to content

Commit

Permalink
Update holoviews/tests/plotting/bokeh/test_barplot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Høxbro Hansen <[email protected]>
  • Loading branch information
ahuang11 and hoxbro authored Oct 29, 2024
1 parent 39d9575 commit f06e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/tests/plotting/bokeh/test_barplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ def test_bar_narrow_non_monotonous_xvals(self):
dic = {"ratio": [0.82, 1.11, 3, 6], "count": [1, 2, 1, 3]}
bars = Bars(dic, kdims=["ratio"], vdims=["count"])
plot = bokeh_renderer.get_plot(bars)
assert np.isclose(plot.handles["glyph"].width, 0.23200000000000012)
assert np.isclose(plot.handles["glyph"].width, 0.232)

0 comments on commit f06e2d7

Please sign in to comment.