Merge pull request #1257 from PyPSA/fix-oil-primary-bus
bugfix missing oil generator: remove else clause
This commit is contained in:
commit
aa79ca0be9
@ -11,6 +11,8 @@ Release Notes
|
||||
.. Upcoming Release
|
||||
.. ================
|
||||
|
||||
* bugfix: The oil generator was incorrectly dropped when the config `oil_refining_emissions` was greater than zero. This was the default behaviour in 0.12.0.
|
||||
|
||||
PyPSA-Eur 0.12.0 (30th August 2024)
|
||||
===================================
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: pypsa-eur-20240812
|
||||
channels:
|
||||
- http://conda.anaconda.org/gurobi
|
||||
- conda-forge
|
||||
- defaults
|
||||
- http://conda.anaconda.org/gurobi
|
||||
- conda-forge
|
||||
- defaults
|
||||
prefix: /home/fneum/miniconda3/envs/pypsa-eur-20240812
|
||||
|
@ -604,8 +604,6 @@ def add_carrier_buses(n, carrier, nodes=None):
|
||||
|
||||
suffix = " primary"
|
||||
|
||||
else:
|
||||
|
||||
n.madd(
|
||||
"Generator",
|
||||
nodes + suffix,
|
||||
|
Loading…
Reference in New Issue
Block a user