Skip to content

Commit 19b404c

Browse files
committed
Fix Range --> Range1d
1 parent e6404ad commit 19b404c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudai/workloads/chakra_replay/report_generation_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def _generate_bokeh_content(
225225
toolbar_location="right",
226226
tools="hover",
227227
tooltips="@comm: @value (@percentage)",
228-
x_range=lazy.bokeh_models.Range(-0.5, 1.5),
228+
x_range=lazy.bokeh_models.Range1d(-0.5, 1.5),
229229
)
230230
p.add_layout(lazy.bokeh_models.Title(text="Comm Types Distribution", align="center"), "above")
231231
p.wedge(

0 commit comments

Comments
 (0)