askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
7 stars 3 forks source link

Regression note: bokeh 2.4.X fails with lightcurve node plot #598

Closed ajstewart closed 2 years ago

ajstewart commented 2 years ago

More of a note than an issue but in trying to fix a problem with the bokeh plot in #586 I discovered that bokeh version >= 2.4.X causes the lightcurve node plot to fail.

I did not investigate any further as to whether it's bokehjs itself or something at the pipeline end. 2.3.3 seems good.

Browser console:

Uncaught (in promise) TypeError: this.text.split is not a function
    at x.paint (bokeh.min.js:285)
    at v._v_canvas_text (bokeh.min.js:386)
    at v.paint (bokeh.min.js:386)
    at v._render (bokeh.min.js:234)
    at v.render (bokeh.min.js:206)
    at O._paint_levels (bokeh.min.js:519)
    at O._actual_paint (bokeh.min.js:519)
    at O.paint (bokeh.min.js:519)
    at O.after_layout (bokeh.min.js:519)
    at _.after_layout (bokeh.min.js:496)