You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test has been failing on CI. See thread here.
Steps to reproduce the issue:
Intermittent failure with:
from bokeh.plotting import figure, output_file, show
# instantiating the figure object
graph = figure(title = "Bokeh Line Graph")
# the points to be plotted
x = [1, 2, 3, 4, 5]
y = [5, 4, 3, 2, 1]
# plotting the line graph
graph.line(x, y)
# displaying the model
show(graph)
Expected or desired behavior:
Reliable plot generation
Were there any error messages in the UI, Output panel, or Developer Tools console?
I cannot manage to locally repro to gather possible error logs
The text was updated successfully, but these errors were encountered:
System details:
Positron and OS details:
Main on Jan 18, 2025
Dev build
Ubuntu 24
Interpreter details:
Python 3.12.3
Describe the issue:
This test has been failing on CI. See thread here.
Steps to reproduce the issue:
Expected or desired behavior:
Reliable plot generation
Were there any error messages in the UI, Output panel, or Developer Tools console?
I cannot manage to locally repro to gather possible error logs
The text was updated successfully, but these errors were encountered: