Revision b7fc4b5c93d38f26b736710969be6d930c6e8d26 authored by Fabian Neumann on 06 July 2020, 17:07:27 UTC, committed by GitHub on 06 July 2020, 17:07:27 UTC
* contingency: add nomopyomo variant of sclopf
and move up add_contingency_constraints(n,s) as well as add_contingency_constraints_lowmem(n,s) for import by other modules

* test: add nomopyomo to sclopf tests

* contingency: update list of authors

* contingency: fix accessing subsets of dataframes
- was using reindex before in order to ignore missing values which could have occured in a previous implementation
- this is now much more straightforward

* contingency: default to consider all branch outages
directly in

* contingency: fix syntax error

* Update pypsa/contingency.py

Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>

* Update pypsa/contingency.py

Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>

* contingency: apply style remarks of code review

* contingency: glpk requires at least one variable on lhs

* doc: add release notes

Co-authored-by: FabianHofmann <hofmann@fias.uni-frankfurt.de>
1 parent fa63e72
History
File Mode Size
.github
binder
doc
examples
pypsa
test
website
.gitignore -rw-r--r-- 237 bytes
.readthedocs.yml -rw-r--r-- 56 bytes
.travis.yml -rw-r--r-- 1.2 KB
LICENSE.txt -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 184 bytes
Makefile -rw-r--r-- 202 bytes
README.rst -rw-r--r-- 10.3 KB
environment.yaml -rw-r--r-- 246 bytes
environment_dev.yaml -rw-r--r-- 154 bytes
environment_docs.yml -rw-r--r-- 273 bytes
setup.cfg -rw-r--r-- 28 bytes
setup.py -rw-r--r-- 1.4 KB

README.rst

back to top