Skip to content

Commit

Permalink
Merge pull request #255 from juaml/update/bokeh
Browse files Browse the repository at this point in the history
Fix for warnings from bokeh
  • Loading branch information
fraimondo authored Apr 4, 2024
2 parents 2e30b6e + 06aeb2b commit 08dde70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changes/newsfragments/255.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update bokeh api calls to remove warnings by `Fede Raimondo`_
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 08dde70

Please sign in to comment.