From 816e7b02387db66b208b6bceac3c27744b91d480 Mon Sep 17 00:00:00 2001
From: Philipp Glaum
Date: Mon, 6 Nov 2023 16:47:05 +0100
Subject: [PATCH] do not consider floating wind min depth for CI testing
---
config/test/config.electricity.yaml | 1 +
config/test/config.myopic.yaml | 1 +
config/test/config.overnight.yaml | 1 +
config/test/config.perfect.yaml | 1 +
4 files changed, 4 insertions(+)
diff --git a/config/test/config.electricity.yaml b/config/test/config.electricity.yaml
index a2c90659..cfb04f0e 100644
--- a/config/test/config.electricity.yaml
+++ b/config/test/config.electricity.yaml
@@ -56,6 +56,7 @@ renewable:
offwind-float:
cutout: be-03-2013-era5
max_depth: false
+ min_depth: false
solar:
cutout: be-03-2013-era5
diff --git a/config/test/config.myopic.yaml b/config/test/config.myopic.yaml
index 8763f4d4..d29e7925 100644
--- a/config/test/config.myopic.yaml
+++ b/config/test/config.myopic.yaml
@@ -62,6 +62,7 @@ renewable:
offwind-float:
cutout: be-03-2013-era5
max_depth: false
+ min_depth: false
solar:
cutout: be-03-2013-era5
diff --git a/config/test/config.overnight.yaml b/config/test/config.overnight.yaml
index 121b58bb..f0ca6172 100644
--- a/config/test/config.overnight.yaml
+++ b/config/test/config.overnight.yaml
@@ -59,6 +59,7 @@ renewable:
offwind-float:
cutout: be-03-2013-era5
max_depth: false
+ min_depth: false
solar:
cutout: be-03-2013-era5
diff --git a/config/test/config.perfect.yaml b/config/test/config.perfect.yaml
index 9f54d244..c450f00f 100644
--- a/config/test/config.perfect.yaml
+++ b/config/test/config.perfect.yaml
@@ -65,6 +65,7 @@ renewable:
offwind-float:
cutout: be-03-2013-era5
max_depth: false
+ min_depth: false
solar:
cutout: be-03-2013-era5