Skip to content

Commit

Permalink
jalderman9 bugfix analysis accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Oct 4, 2019
1 parent 64b9016 commit 45d36de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,8 +2136,8 @@ def analysis1axis(self, trackerdict=None, singleindex=None, accuracy='low',
try: # look for missing data
analysis = AnalysisObj(octfile,name)
name = '1axis_%s%s'%(index,customname,)
frontscan, backscan = analysis.moduleAnalysis(scene, modWanted=modWanted, rowWanted=rowWanted, sensorsy=sensorsy)
analysis.analysis(octfile,name,frontscan,backscan,accuracy)
frontscan, backscan = analysis.moduleAnalysis(scene=scene, modWanted=modWanted, rowWanted=rowWanted, sensorsy=sensorsy)
analysis.analysis(octfile=octfile,name=name,frontscan=frontscan,backscan=backscan,accuracy=accuracy)
trackerdict[index]['AnalysisObj'] = analysis
except Exception as e: # problem with file. TODO: only catch specific error types here.
warnings.warn('Index: {}. Problem with file. Error: {}. Skipping'.format(index,e), Warning)
Expand Down
Binary file removed docs/sphinx/source/.manualapi.rst.swp
Binary file not shown.

0 comments on commit 45d36de

Please sign in to comment.