https://github.com/PyPSA/PyPSA
Raw File
Tip revision: b63c6930d855d9b18cc4223335aa56723de87c24 authored by Fabian Neumann on 16 February 2023, 09:20:29 UTC
plot: if geomap, always include borders and coastlines
Tip revision: b63c693
.coveragerc
[run]
branch = True
source = pypsa
omit =
    test/*
    setup.py
back to top