Skip to content

Commit

Permalink
minor pytest update after fix #460
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Nov 30, 2023
1 parent 378da18 commit 99a55d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bifacial_radiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_1axis_gencumSky():
modscanfront = {}
modscanfront = {'xstart': -5}
trackerdict = demo.analysis1axis(trackerdict=trackerdict, modWanted=7, rowWanted=3, sensorsy=2, modscanfront=modscanfront )
assert trackerdict[-5.0]['Results'][0]['AnalysisObj'].x[0] == -5
assert trackerdict[-5.0]['Results'][1]['AnalysisObj'].x[0] == -5



Expand Down

0 comments on commit 99a55d7

Please sign in to comment.