Skip to content

Commit

Permalink
Remove forgotten line
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Mar 9, 2021
1 parent b950022 commit 5cf8da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deflex/analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ def get_key_values_from_results(results, **switch):
>>> kv = get_key_values_from_results(my_results, mcp=False)
>>> list(kv.columns.get_level_values(0).unique())
['emissions_most_expensive_pp']
>>> kv.to_csv("/home/uwe/dfg.csv")
"""
key_values = {
"mcp": calculate_market_clearing_price,
Expand Down

0 comments on commit 5cf8da7

Please sign in to comment.