pandas update: closed to inclusive

This commit is contained in:
Fabian Neumann 2023-02-11 09:37:09 +01:00
parent e8cc671f72
commit d54894eecc
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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