Skip to content

Commit 84d6120

Browse files
committed
Fix regression
1 parent 73b66c6 commit 84d6120

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ matplotlib
22
numpy
33
pillow
44
pyserial
5+
scipy

utils/plotgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def make_interpolator(
155155
intensities,
156156
kind=kind,
157157
bounds_error=False,
158-
fill_value="extrapolate",
158+
fill_value="extrapolate", # type: ignore
159159
)
160160
return f, f"interp1d({kind})"
161161
except Exception:

0 commit comments

Comments
 (0)