-
In `add_exsisting_baseyear`, there is the pypsa error
```
ERROR:pypsa.io:Error, new components for Link are not unique
ERROR:pypsa.io:Error, new components for Link are not unique
```
occuring when ad…
-
**Issue Description:**
Currently, the handling of X and R values in the network during lopf is incorrect. The values are given in per unit (p.u.) with reference to s_nom for [transformers](https://py…
-
In the build_demand script, adding an option and code that creates a time series for missing countries or countries with no demand (0.0).
-
-
Here, we should gather potential tools for comparision with the MVS:
- [EnergyPlan](https://www.energyplan.eu/)
-
The goal of this task is to update the benchmark runner to pass a fixed random seed to each solver, so that runtimes are reproducible.
Let's make sure our code is compatible with the changes in https…
-
-
Hello dear friends,
I just finished a new data download of the MaStR database. The data quality is improving slowly.
Now I am facing some problems in the wind dataset. There are around 10000 double …
-
trying to construct a large scale quadratic constraint in Pyomo as follows:
```
import pyomo as pyo
from pyomo.environ import *
scale = 5000
pyo.n = Set(initialize=range(scale))
pyo.x …
-