https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 78590de8d65058bf7566598b227f94274bf2253b authored by Fabian Neumann on 10 November 2022, 14:10:05 UTC
Merge pull request #490 from PyPSA/v0.21.1-prep
Tip revision: 78590de
.gitignore

*~

*.py[cod]

.ipynb_checkpoints/

*.log

old/

*.ipynb

test/.cache/

.cache/

.~*

test/results/*


doc/_build/

# doc/img/

build/

dist/

pypsa.egg-info/

files.txt

tom_notes.org

*.pdf

*.aux

website/examples/*.py

*.zip

*.html

.vscode

.coverage

dev-scripts
back to top