Skip to content

Commit

Permalink
rm debug print #61
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Jun 24, 2019
1 parent 0a64ba6 commit 7af12db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def update_scenario_data(self, ctrl_data=None):
# 2) mun data update
# free sceario
if int(ctrl_data['dd_repowering']) == -1:
print(self.user_scenario)
sl_wind_repower_pot = round(
sum([scn_data['mun_data'][mun]['gen_capacity_wind']
for mun in scn_data['mun_data'].keys()]
Expand Down

0 comments on commit 7af12db

Please sign in to comment.