We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6a913 commit d22240cCopy full SHA for d22240c
1 file changed
src/sed/calibrator/momentum.py
@@ -1409,8 +1409,8 @@ def view(
1409
fig = pbk.figure(
1410
width=figsize[0] * 100,
1411
height=figsize[1] * 100,
1412
- x_range=Range1d(0, num_rows),
1413
- y_range=Range1d(0, num_cols),
+ x_range=Range1d(0, num_rows), # type: ignore
+ y_range=Range1d(0, num_cols), # type: ignore
1414
)
1415
fig.hover.tooltips = ttp
1416
fig.image(
0 commit comments