You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in v2.2.5 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.
The text was updated successfully, but these errors were encountered:
There is a bug in v2.2.5 in
_mp1._sat_argparse
that can result in the default temperature units not being honored. If thepm.config[def_T_unit]
setting is different frompm.config['unit_temperature']
, saturation properties will incorrectly interpret the temperature units inunit_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.
The text was updated successfully, but these errors were encountered: