forked from M-Labs/thermostat
atse
4c1c22430b
A faulty regular expression within PyQtGraph causes any Parameter with a suffix that doesn't begin with an alphanumeric character (as matched with \w) to act abnormally. For instance, entering "100 °C" into the input boxes gets interpreted as 10 °C. Patch the FLOAT_REGEX in PyQtGraph to simply match for any character in the suffix group. |
||
---|---|---|
.. | ||
examples | ||
pytec | ||
autotune.py | ||
MANIFEST.in | ||
plot.py | ||
pyproject.toml | ||
setup.py | ||
tec_qt.py |