Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Mar 30, 2020
1 parent 93af642 commit d3ffccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

# Read demand time series from csv file
demand_df = pd.read_csv(
os.path.join(base_path, 'data', 'heat_demand.csv')
,sep=','
os.path.join(base_path, 'data', 'heat_demand.csv'),
sep=','
)
demand = list(demand_df['heat_demand'].iloc[:periods])

Expand Down

0 comments on commit d3ffccd

Please sign in to comment.