Skip to content

Commit

Permalink
updated frads and added unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophGehbauer committed Sep 4, 2024
1 parent ce15960 commit 90d42ca
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 5 deletions.
2 changes: 1 addition & 1 deletion afc/radiance/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def make_room(self):
wpd=windows,
)
self.sensor_grid = utils.gen_grid(
self.theroom.floor.base.flip(), self.grid_height, self.grid_spacing
self.theroom.floor.base, self.grid_height, self.grid_spacing
)

def get_workflow(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pvlib
fmlc
timezonefinder
pytz
frads>=1.2.3
frads>=1.2.7
doper @ git+https://github.com/LBNL-ETA/DOPER
Loading

0 comments on commit 90d42ca

Please sign in to comment.