Replace "closed" with "inclusive" in config.

This commit is contained in:
euronion 2022-03-04 21:16:19 +01:00
parent 9f71af89ad
commit 2e84bd484d
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ clustering:
snapshots:
start: "2013-01-01"
end: "2014-01-01"
closed: 'left' # end is not inclusive
inclusive: 'left' # include start, not end
enable:
prepare_links_p_nom: false

View File

@ -26,7 +26,7 @@ clustering:
snapshots:
start: "2013-03-01"
end: "2013-04-01"
closed: 'left' # end is not inclusive
inclusive: 'left' # include start, not end
enable:
prepare_links_p_nom: false

View File

@ -25,7 +25,7 @@ clustering:
snapshots:
start: "2013-03-01"
end: "2013-03-08"
closed: 'left' # end is not inclusive
inclusive: 'left' # include start, not end
enable:
prepare_links_p_nom: false