Skip to content

Commit

Permalink
Merge branch 'master' of github.com:oemof/oemof-tabular
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Feb 27, 2019
1 parent 9acc34b commit aa9baaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oemof/tabular/examples/scripting/investment.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@

costs = pd.read_excel(
datapath,
sheet_name="costs")
sheet_name="costs",
index_col=[0])

es = EnergySystem(timeindex=timeseries.index)
setattr(es, 'typemap', fc.TYPEMAP)
Expand Down

0 comments on commit aa9baaf

Please sign in to comment.