Skip to content

Commit

Permalink
Check storage costs
Browse files Browse the repository at this point in the history
Fixes #553
  • Loading branch information
wingechr committed Sep 16, 2024
2 parents d47d627 + 26346d8 commit 81c2dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def test_issue_564(network_green_iron, api):

# get costs from costs tab:
df_res_costs, _ = api.calculate(**settings)

res_costs_agg = df_res_costs.pivot_table(
index="process_type", columns="cost_type", values="values", aggfunc=sum
).fillna(0)
Expand Down

0 comments on commit 81c2dc6

Please sign in to comment.