Skip to content

Commit

Permalink
Fix dash plot bug (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Sep 9, 2022
1 parent 4735c19 commit de48e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edisgo/tools/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ def update_figure_double(
timestep_dropdown_end:timestep_dropdown_start, :
].index.to_list()
elif timestep_mode == "All":
selected_timesteps = False
selected_timesteps = None

app.logger.debug(f"selected_timesteps={selected_timesteps}")

Expand Down

0 comments on commit de48e8e

Please sign in to comment.