-
Hello,
I´m currently working with time series in the IEEE 33-Bus Radial Distribution System and i have some implementation questions that i would like to clarifiy.
In the 33-bus network I had to a…
-
https://github.com/e2nIEE/pandapower/blob/c601a88ea50d7fd9f42e2821f96ce8eb604a3080/pandapower/plotting/plotting_toolbox.py#L103
There is no 'rgb' variable in the function. Needs to be fixed.
-
When I use the pp.converter.from_mpc to convert a matpower format file, i got following alert, which is '_Matfile does not contain a valid mpc structure._' and '_KeyError : 'bus'_ '
[case24_ieee_rts.…
-
When installing pandapower via `pip install -e .`, matplotlib and plotly are not installed.
edit: `igraph` is missing as well.
Svosw updated
4 years ago
-
The installation via pip is a little tricky when it comes to C-libraries. As pointed out at https://www.pandapower.org/start/ , in case a user does not use Anaconda to work with pandapower (e.g. when …
-
It seems that pandapower does not save the bus_geodata table properly when using the pp.to_sqlite function.
``` python
import pandapower as pp
net = pp.create_empty_network()
bus1 = pp.create_bu…
-
The 5 bus example shows unusual behaviour while deploying the do-nothing-agent. Load 3's voltage, after some amount of time, does not have a value, and becomes 'NaN'. This occurs in the main episode a…
-
At the moment it is not possible to create the pandapower documentation if you haven't installed sphinx-rtd-theme before. Would it be possible to add sphinx-rtd-theme to the setup.py requirements?
-
Tutorial on 'Plotting Pandapower Networks using Plotly - Plots without geodata' available is broken in version 2.2.0. Simple_plotly() calls create_generic_coordinates() using 'respect_separation_point…
-
I loaded the 118 bus test system, and run the diagnostic tool for the system:
`n = pn.case118()`
`pp.runpp(n)`
`d = pp.diagnostic(n)`
The result is as follows:
`{'invalid_values': {'trafo': [(1…