Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wan, Hanlong committed Oct 30, 2024
1 parent 8314bba commit f2238f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unitarydirectexpansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_new_ieer(self):
compressor_stage=[0.3, 0.6],
)
ieer = round(self.dx_unit_dft.calc_rated_eff(unit="eer"), 1)
self.assertTrue(7.5 == ieer, f"{ieer} is different than 7.5")
self.assertTrue(8.4 == ieer, f"{ieer} is different than 8.4")

def test_calc_eff_ect(self):
ieer = round(self.dx_unit_dft.calc_rated_eff(unit="eer"), 1)
Expand Down

0 comments on commit f2238f0

Please sign in to comment.