Skip to content

Commit

Permalink
Fix test_performance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Feb 9, 2022
1 parent 1608b19 commit 1c58dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_calculatePerformance():

assert p_mp_celltemp[0] == pytest.approx(219.96093865)
p_mp_tamb = bifacial_radiance.performance.calculatePerformance(s1, CECMod=CECMod,
temp_amb=s3, windspeed=1, glassglass=True)
temp_air=s3, wind_speed=1, glassglass=True)
assert p_mp_tamb[0] == pytest.approx(190.4431, abs=.0001)

def test_MBD():
Expand Down

0 comments on commit 1c58dee

Please sign in to comment.