Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jun 24, 2024
1 parent ac1aa18 commit 6f123a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sed/calibrator/momentum.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ def update_point_pos(
features[point_no][0] = point_x
features[point_no][1] = point_y

markers[point_no].set_xdata(point_x)
markers[point_no].set_ydata(point_y)
markers[point_no].set_xdata([point_x])
markers[point_no].set_ydata([point_y])

point_no_input = ipw.Dropdown(
options=range(features.shape[0]),
Expand Down

0 comments on commit 6f123a9

Please sign in to comment.