We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b66c6 commit 84d6120Copy full SHA for 84d6120
requirements.txt
@@ -2,3 +2,4 @@ matplotlib
2
numpy
3
pillow
4
pyserial
5
+scipy
utils/plotgraph.py
@@ -155,7 +155,7 @@ def make_interpolator(
155
intensities,
156
kind=kind,
157
bounds_error=False,
158
- fill_value="extrapolate",
+ fill_value="extrapolate", # type: ignore
159
)
160
return f, f"interp1d({kind})"
161
except Exception:
0 commit comments