Skip to content

Commit

Permalink
use bokeh 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Aug 21, 2024
1 parent 3d9201a commit 693e88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oda_api/plot_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ def get_html_image(self, source_name, systematic_fraction, color='blue'):
html_dict = sp.get_html_draw()

html_str = html_dict['div'] + '\n'
html_str += '<script src="https://cdn.bokeh.org/bokeh/release/bokeh-2.4.2.min.js"></script>\n' + \
'<script src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.2.min.js"></script>\n'
html_str += '<script src="https://cdn.bokeh.org/bokeh/release/bokeh-3.5.1.min.js"></script>\n' + \

Check warning on line 732 in oda_api/plot_tools.py

View check run for this annotation

Codecov / codecov/patch

oda_api/plot_tools.py#L732

Added line #L732 was not covered by tests
'<script src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.5.1.min.js"></script>\n'
html_str += html_dict['script']

return html_str
Expand Down

0 comments on commit 693e88d

Please sign in to comment.