-
Hello Pandapower-Team,
currently i am trying to implement a time series much like your time_series tutorial.
Sadly I am having some issues with setting a Const Controller.
Like in your tutor…
-
Hi,
I am running the "case14_redisp" with "env = grid2op.make("case14_redisp", chronics_path="PATH\YOU\WANT\DATA\SAVED\TO\case14_redisp" )"
I found some issues in the data file of "case14_redisp" …
-
I compared the pandapower and PowerModels.jl AC and DC power flow results for a small test grid (4 buses, 1 transformer, 2 lines). The AC results are equal. But when comparing DC results I noticed tha…
-
pandapower was traditionally developed as a tool for distribution system analysis, so that our initial decision was to keep all power system values from the load viewpoint. This wasn't a bad decision …
-
A call to `simple_plotly` (as in e.g. the tutorial notebook `plotly_built-in`) fails with
``` python
---------------------------------------------------------------------------
NameError …
Svosw updated
5 years ago
-
Hello,
I need some help to find out why some code-block appears normally when the html page is compiled locally, while it does not appear in the online documentation:
* .rst file on Github https…
ghost updated
5 years ago
-
If I have a net without loads, I get the following error:
` File "C:\Users\fmeier\pandapower\pandapower\auxiliary.py", line 652, in _init_runpp_options
if not (np.any(net["load"]["const_z_per…
-
When using numpy.conjugate() on sparse matrices the memory usage keeps increasing.
This bug can't be reproduced with $(sparse_matrix).conjugate()
### Reproducing code example:
#### Check RAM usag…
-
I played with “case5_example” environment, and I found some cases that I can not understand.
Firstly, observation dimension is not same as Grid2Op documentation. The documentation says there are 31…
-
Hello,
In ppc_conversions.py there is a statement to run a dc power flow if there are phase shifting transformers in the model.
```
# do dc power flow for phase shifting transformers
if …