Skip to content

Commit

Permalink
fix(gridutil): Remove redundant dist_info from grid redistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp authored and mostaphaRoudsari committed Mar 7, 2022
1 parent b80189f commit e485fea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions honeybee_radiance_folder/gridutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ def get_target_file(index):
out_grid_info.append(out_data)
# open a new file
outf = get_target_file(outf_index)
dist_info[i]['dist_info'].append(
{'identifier': outf_index, 'st_ln': line_out_count}
)
if 'end_ln' not in dist_info[i]['dist_info'][-1]:
dist_info[i]['dist_info'][-1]['end_ln'] = line_out_count - 1
inf.close()
Expand Down

0 comments on commit e485fea

Please sign in to comment.