Skip to content

Commit

Permalink
Removed additional comma in line 82
Browse files Browse the repository at this point in the history
  • Loading branch information
maledo committed Oct 27, 2015
1 parent cd79b7c commit 3b193ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def compare_scenarios(result_files, output_filename):
for rf in result_files:
with pd.ExcelFile(rf) as xls:
cost = xls.parse('Costs',index_col=[0])
esum = xls.parse('Energy sums',)
esum = xls.parse('Energy sums')

# repair broken MultiIndex in the first column
esum.reset_index(inplace=True)
Expand Down

0 comments on commit 3b193ed

Please sign in to comment.