Skip to content

Commit

Permalink
bokeh version 3.5.1 also for OdaSpectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jan 24, 2025
1 parent 6d83cea commit 3d90f3e
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 @@ -822,8 +822,8 @@ def get_html_image(self, in_source_name, systematic_fraction, x_range=None, y_ra
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 825 in oda_api/plot_tools.py

View check run for this annotation

Codecov / codecov/patch

oda_api/plot_tools.py#L825

Added line #L825 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 3d90f3e

Please sign in to comment.