Skip to content

Commit

Permalink
minor pytest edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Nov 28, 2023
1 parent 346aec1 commit 69800b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_bifacial_radiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,5 +593,5 @@ def test_addPiles():
demo.addPiles()
assert demo.radfiles[1][-23:] == 'Piles_6_0.2_0.2_0.5.rad'
with open(demo.radfiles[1], 'r') as f:
assert f.read() == '!xform -rx 0 -a 3.0 -t 6 0 0 -a 3 ' + \
'-t 0 1.5 0 -i 1 -t -6.4 -1.5 0 -rz 0 -t 0 0 0 objects\\post.rad'
assert f.read()[:87] == '!xform -rx 0 -a 3.0 -t 6 0 0 -a 3 ' + \
'-t 0 1.5 0 -i 1 -t -6.4 -1.5 0 -rz 0 -t 0 0 0 objects'

0 comments on commit 69800b4

Please sign in to comment.