You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see from the example in the attached ipynb. file, the relative loading of example branch is bigger than 1 but shown smaller than 1 on the graph
batuhansanliii
changed the title
[BUG] Graphical Demonstration of Relative_Loading on dash_plot
[FEATURE] Graphical Demonstration of Relative_Loading on dash_plot
Sep 18, 2022
I think you are still using an old branch, as the plotting function is now called plot_dash(). Please pull the current dev into your branch. But anyways, you are right, it is currently not quite consistent. In PR #290 I am working on this. However, your bug should be fixed already on dev.
The relative loading of lines on the graph is depicted based on the following calculation:
eDisGo/edisgo/tools/plots.py
Lines 1219 to 1226 in 9fae3ea
However, the calculation of relative_loading of the lines is done as follows:
eDisGo/edisgo/flex_opt/check_tech_constraints.py
Lines 190 to 215 in 9fae3ea
As you can see from the example in the attached ipynb. file, the relative loading of example branch is bigger than 1 but shown smaller than 1 on the graph
Relative loading_dash plot.ipynb.zip
The text was updated successfully, but these errors were encountered: