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
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
When processing an HPXML file with FractionHeatLoadServed value of 0.95 and FractionCoolLoadServed value of 1.0 where the two systems share the same duct system, there is a translation error stating that the two values are not within 5% of each other.
This is likely due to an approximation of floating point values.
When processing an HPXML file with
FractionHeatLoadServed
value of 0.95 andFractionCoolLoadServed
value of 1.0 where the two systems share the same duct system, there is a translation error stating that the two values are not within 5% of each other.This is likely due to an approximation of floating point values.
I suggest changing the boundary check from
0.05
to0.051
at https://github.com/NREL/hescore-hpxml/blob/master/hescorehpxml/__init__.py#L1655 in order to allow an actual check of 5% threshold.The text was updated successfully, but these errors were encountered: