Skip to content

Commit

Permalink
Merge branch 'dev' into feature/report_for_linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGering committed Aug 31, 2023
2 parents e109ed4 + ecd3d08 commit 86b10d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/plot_storage_levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ def multiplot_df(df, figsize=None, sharex=True, colors=None, **kwargs):
MW_to_W = 1e6

data = pd.read_csv(
STORAGE_LEVEL_FILE, header=[0, 1, 2], parse_dates=[0], index_col=[0]
STORAGE_LEVEL_FILE,
header=[0, 1, 2],
parse_dates=[0],
index_col=[0],
delimiter=";",
)

# select carrier
Expand Down

0 comments on commit 86b10d7

Please sign in to comment.