forked from M-Labs/thermostat
atse
38099d6d7b
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. Use a custom regular expression for Parameters with this unit, which simply matches for any character in the suffix group. |
||
---|---|---|
.. | ||
examples | ||
pytec | ||
autotune.py | ||
MANIFEST.in | ||
plot.py | ||
pyproject.toml | ||
setup.py | ||
tec_qt.py |