Skip to content

Commit 02f454a

Browse files
committed
removing save
1 parent e86b734 commit 02f454a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_report_visual.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
from bloqade.analog.visualization.report_visualize import mock_data, report_visual
2-
from bokeh.io import save
32

43

54
def test_report_vis_mock():
65
dat = mock_data()
76

8-
fig = report_visual(*dat)
7+
report_visual(*dat)
98

10-
save(fig)
119
# from bokeh.models import SVGIcon
1210

1311
# p = figure(width=200, height=100, toolbar_location=None)

0 commit comments

Comments
 (0)