Skip to content

Commit d22240c

Browse files
committed
Ignore type checking
1 parent fc6a913 commit d22240c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sed/calibrator/momentum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,8 +1409,8 @@ def view(
14091409
fig = pbk.figure(
14101410
width=figsize[0] * 100,
14111411
height=figsize[1] * 100,
1412-
x_range=Range1d(0, num_rows),
1413-
y_range=Range1d(0, num_cols),
1412+
x_range=Range1d(0, num_rows), # type: ignore
1413+
y_range=Range1d(0, num_cols), # type: ignore
14141414
)
14151415
fig.hover.tooltips = ttp
14161416
fig.image(

0 commit comments

Comments
 (0)