From d54894eecc9198a955d202f8e57fa942d8f181dd Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sat, 11 Feb 2023 09:37:09 +0100 Subject: [PATCH] pandas update: closed to inclusive --- config.default.yaml | 2 +- test/config.myopic.yaml | 2 +- test/config.overnight.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index 458309f6..272b9c12 100644 --- a/config.default.yaml +++ b/config.default.yaml @@ -66,7 +66,7 @@ snapshots: # arguments to pd.date_range start: "2013-01-01" end: "2014-01-01" - closed: left # end is not inclusive + inclusive: left # end is not inclusive atlite: cutout: ../pypsa-eur/cutouts/europe-2013-era5.nc diff --git a/test/config.myopic.yaml b/test/config.myopic.yaml index 934a4527..35217c5f 100644 --- a/test/config.myopic.yaml +++ b/test/config.myopic.yaml @@ -61,7 +61,7 @@ snapshots: # arguments to pd.date_range start: "2013-03-01" end: "2013-04-01" - closed: left # end is not inclusive + inclusive: left # end is not inclusive atlite: cutout: ../pypsa-eur/cutouts/be-03-2013-era5.nc diff --git a/test/config.overnight.yaml b/test/config.overnight.yaml index a92596e4..bba37adb 100644 --- a/test/config.overnight.yaml +++ b/test/config.overnight.yaml @@ -59,7 +59,7 @@ snapshots: # arguments to pd.date_range start: "2013-03-01" end: "2013-04-01" - closed: left # end is not inclusive + inclusive: left # end is not inclusive atlite: cutout: ../pypsa-eur/cutouts/be-03-2013-era5.nc