-
```python
import pandapower as pp
import pandapower.networks as nw
net = nw.case57()
pp.rundcpp(net)
net.pop("res_gen")
# Problem by executing this
pp.rundcpp(net)
# No problem doing…
-
Hi, I can't perform the simulation of the pandapower Optimal Power Flow, from the tutorials, whenever I use the "net.trafo["max_loading_percent"] = 50", or the line restriction, I get the Not Convergi…
-
Hi,
I am currently following the instructions for the installation of the development version, as shown here: https://www.pandapower.org/start/#develop
I have a brand new virtual environment on …
-
Hi all,
I'm trying to run the opf_basic.ipynb tutorial
https://github.com/e2nIEE/pandapower/blob/master/tutorials/opf_basic.ipynb
First of all, none of the OPF converges, unless I set init = 'p…
-
Dear guys,
This is not a technical question. I want to know, how to visualize the power network if we created a simple network with pandapower?
In most of cases, you create a network model, run…
-
As pandapipes is based on pandapower I would like to rename the control attribute 'initial_powerflow ' to 'intial_run', in order to prevent deletion of this attribute for each pandapipes controller an…
-
## Environment
- Grid2op version: `1.2.3`
- System: `ubuntu18.04`
- lightsim2grid version" `0.2.3`
## Bug description
I am unable to run grid2op in a multi-threaded manner using the light2…
-
I am trying out the following Markov Chain Monte Carlo example but I keep getting a error saying :
module 'pymc3.stats' has no attribute 'autocorr'
Code:
import pymc3
lags = np.arange(1, 100)
f…
-
I want to set up a simple network with two nodes. Node 0 is connected to the external power grid, and node 1 is connected to a load. However, when I respectively calculated the power flow and estimate…
-
Dears,
I'm a new learner of power system and also pandapower. I have a problem and I appreciate if you can help me.
I want to check the voltage sensitivity formula of Tap Changer for a network (e.…