Skip to content

Commit

Permalink
bug default analysis1axis for scanning center Row
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Jul 18, 2023
1 parent c4e332b commit f121108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ def analysis1axis(self, trackerdict=None, singleindex=None, accuracy='low',
if modWanted == None:
modWanted = round(trackerdict[trackerkeys[0]]['scene'].sceneDict['nMods'] / 1.99)
if rowWanted == None:
rowWanted = round(trackerdict[trackerkeys[0]]['scene'].sceneDict['nMods'] / 1.99)
rowWanted = round(trackerdict[trackerkeys[0]]['scene'].sceneDict['nRows'] / 1.99)


#frontWm2 = 0 # container for tracking front irradiance across module chord. Dynamically size based on first analysis run
Expand Down

0 comments on commit f121108

Please sign in to comment.