We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26bcc5 commit 844743fCopy full SHA for 844743f
scripts/_helpers.py
@@ -29,7 +29,7 @@
29
30
REGION_COLS = ["geometry", "name", "x", "y", "country"]
31
32
-PYPSA_V1 = bool(re.match(r"^0\.35\.[1-9]\.post1", pypsa.__version__))
+PYPSA_V1 = bool(re.match(r"^1\.\d", pypsa.__version__))
33
34
35
def get_scenarios(run):
0 commit comments