PYroMat
PYroMat copied to clipboard
mp1 saturation default T units bug
There is a bug in v2.2.3 in _mp1._sat_argparse
that can result in the default temperature units not being honored. If the pm.config[def_T_unit]
setting is different from pm.config['unit_temperature']
, saturation properties will incorrectly interpret the temperature units in unit_temperature
.
This only causes a problem if the units have been changed to disagree and if users do not specify a temperature. It will be corrected in the next release.