-
Hi all,
I got a question regarding the possibility to convert network data form commercial software like Neplan or PSS Sincal into the Pandapower format. Is there any possibility to do so or is it ne…
Kecib updated
6 years ago
-
Thoughts? Trying to use "converter.from_mpc"
-
Eleven tests are failing with pandapower 1.4.0 and pandas 0.19. Many more are failing with pandas > 0.19
I have tried both Python 2.7.10 and 3.6.
> ../pandapower/test/api/test_auxiliary.py .
> …
-
In a fresh install, I got the following error when attempting to import simple_plotly
KeyError: 'axes.color_cycle is not a valid rc parameter. See rcParams.keys() for
a list of valid parameters.…
-
I am looking for a plot of a network where the bus ID (and maybe line ID) is depicted in the figure.
- I know of the html-plot that can be created with pandapower.plotting.html(net, filename). Howev…
-
When i use `pandapower.diagnostic` on a Net with a 400kv bus and a 380kv bus with a Transformer in between, I get the warning, that the hv and lv side of the transformer are swapped.
-
The pickle of case `case9241pegase` seems to be broken in `develop` branch as
```
import pandapower.networks as pn
net = pn.case9241pegase()
```
throws
```
Traceback (most recent call last):
…
-
Hi,
I have tried all installation methods from the documentation, but importing the pandapower module (`import pandapower`) always results in:
> ImportError: cannot import name 'runpp'
My cur…
-
https://github.com/e2nIEE/pandapower/blob/10af6826534c44f0ebe0f821230efbcddffc95d2/pandapower/estimation/wls_matrix_ops.py#L47
-
I ran the first part of your [simple OPF example](https://github.com/lthurner/pandapower/blob/master/tutorials/opf_basic.ipynb) until `pp.runopp(net, verbose=True)` - it fails stating
```
Tracebac…