Skip to content

Commit

Permalink
fix: update to work with the new states.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Feb 13, 2022
1 parent 0d9abd2 commit a8a4233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion honeybee_radiance_folder/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ def combined_receivers(self, folder='receiver', auto_mtx_path=False):
apt_group_folder = self.aperture_group_folder(full=False)

states = self.aperture_groups_states(full=True)
states = {d['identifier']: d['states'] for d in states}
rec_folder = os.path.join(
self.model_folder(True), folder
)
Expand Down

0 comments on commit a8a4233

Please sign in to comment.