Skip to content

Commit

Permalink
Fix test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Jan 6, 2024
1 parent 8bd55e3 commit 748761e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testCalcUEF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ int main(int argc, char* argv[])
HPWH::DailyTestSummary dailyTestSummary;

ASSERTTRUE(testCalcMetrics("AquaThermAire", dailyTestSummary));
ASSERTTRUE(cmpd(dailyTestSummary.UEF, 2.8442));
ASSERTTRUE(cmpd(dailyTestSummary.UEF, 2.8258));

ASSERTTRUE(testCalcMetrics("AOSmithHPTS50", dailyTestSummary));
ASSERTTRUE(cmpd(dailyTestSummary.UEF, 3.4366));
ASSERTTRUE(cmpd(dailyTestSummary.UEF, 4.8021));

return 0;
}
Expand Down

0 comments on commit 748761e

Please sign in to comment.