Skip to content

Commit

Permalink
Fixed journals to fit refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiatoropovaa committed Dec 27, 2023
1 parent 317ccac commit cd9ff14
Show file tree
Hide file tree
Showing 17 changed files with 7,308 additions and 5,119 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified bifacial_radiance/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2898,13 +2898,14 @@ def analysis1axisground(self, trackerdict=None, singleindex=None, accuracy='low'

try: #on error, trackerdict[index] is returned empty
Results['Wm2Ground'] = analysis.Wm2Front
Results['Sensorsground'] = sensorsground
except AttributeError as e: # no key Wm2Front.
warnings.warn('Index: {}. Trackerdict key not found: {}. Skipping'.format(index,e), Warning)
return
trackerdict[index]['Results'].append(Results)

print('Index: {}. Wm2Ground: {}'.format(index,
np.mean(analysis.Wm2Front)))
print('Index: {}. Wm2Ground: {}. Sensorsground: {}'.format(index,
np.mean(analysis.Wm2Front), sensorsground))

return trackerdict

Expand Down
Binary file not shown.
Binary file added docs/development/.DS_Store
Binary file not shown.
3,146 changes: 3,021 additions & 125 deletions docs/development/1axis-test-180.ipynb

Large diffs are not rendered by default.

2,962 changes: 2,380 additions & 582 deletions docs/development/1axis-test-90.ipynb

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions docs/development/fixed-tilt-test-150.ipynb

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions docs/development/fixed-tilt-test-180.ipynb

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions docs/development/fixed-tilt-test-270.ipynb

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions docs/development/fixed-tilt-test-90.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit cd9ff14

Please sign in to comment.