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
Hi @gangemi, yeah there are a lot of those in the library 🙈
A lot of config values are defined in fields showing the units in SI, it's not just the limits in C/F or rel humid. Entalphy, volume, and wet bulb constant lines are also defined in fields with suffixed units.
The key is to use values in the unit system intended for each config. But for sure is an ugly solution, sorry about that. It's also a common problem, to open some config with ranges intended in SI and render as IP, and viceversa.
I know IP is new (thanks for adding!), and I hope this is helpful. I've found that I have to pretend my IP units are SI units. For example:
chart.config.limits.range_temp_c = (0, 115) #actually F not C
chart.config.limits.range_humidity_g_kg = (0, 300) #actually grain/lb
The text was updated successfully, but these errors were encountered: