Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pecinovsky committed Oct 2, 2024
1 parent d025e03 commit c6ffc15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openenergyid/dyntar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def extend_dataframe_with_heatmap(df: pd.DataFrame, inplace: bool = False) -> pd

# Invert scores so that positive values indicate a positive impact
heatmap_score_delivered = -heatmap_score_delivered
# heatmap_score_exported = -heatmap_score_exported
heatmap_score_combined = heatmap_score_delivered + heatmap_score_exported

df[HEATMAP_DELIVERED] = heatmap_score_delivered
Expand Down

0 comments on commit c6ffc15

Please sign in to comment.