Skip to content

Commit

Permalink
Fix for warnings from bokeh
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Apr 4, 2024
1 parent 2e30b6e commit f484b6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions julearn/viz/_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def plot_scores(self):
)
p.add_layout(labels)
return p
p.circle(
p.scatter(
x=jitter("x", width=0.7, range=p.x_range),
y="score",
alpha=0.5,
Expand Down Expand Up @@ -385,7 +385,6 @@ def plot_scores(
widgets={
"metric": {
"type": pn.widgets.Select,
"button_type": "primary",
"name": "",
}
},
Expand Down

0 comments on commit f484b6b

Please sign in to comment.