-
Hello comunity,
when trying to install pandapower with pip i get the following error:
ERROR: Could not find a version that satisfies the requirement pandapower (from versions: none)
ERROR: N…
-
Hello Richard,
This was triggered by the recent finding that scipy sparse classes introduce such an overhead that sparse matrix checks take more time in GridCal's power flows than the matrix multip…
-
There is something I wanted to document with respect to the JSONSerializableClass. Currently the way it is restored from json is that a dictionary is read from the json file and then handed over to th…
-
If I load a network from the version 1.6.1 stored on a JSON fails on this
``` python
pandapower.from_json(s)
```
At this point the net variable is a dict and crashes with the error `Attribut…
Xevib updated
5 years ago
-
I created a network with the wrong per unit values for the buses, I then tried to correct them, but it seems that the results change depending on which bus I start with.
See the Minimal example provi…
-
Tests for Python 2.7 fail in 7038b76c751e211135a4a7f0aa74a3d13b69b4ee as it was the first CI run with the recent `pandapower v2.1.0` (https://travis-ci.org/PyPSA/PyPSA/jobs/557399790).
While `panda…
fneum updated
5 years ago
-
I don't understand the exact meaning of calculate_voltage_angles.
Does calculate_voltage_angles = False lead to a simplification for the power flow computation?
I did a test on bigger meshed MV grid…
ghost updated
5 years ago
-
The generator / ext_grid OPF behaviour is imo not clear. For example there is the opf/test_basic.py test_convert_format() test with a generator specified like this:
pp.create_gen(net, 1, p_mw=0.1, …
-
Hello,
I found some mistakes in the pandapower-documentation: [https://pandapower.readthedocs.io/en/v2.1.0/opf/formulation.html](url)
1. OPF-section: Sometimes still "kilo" is used instead of "m…
-
Hello, I am trying to run a single phase short circuit calculation so looking at the tutorial I found :
```
net = ring_network()
#r/x ratio in zero sequence parameters
net.ext_grid["r0x0_max"] =…