diff --git a/config.default.yaml b/config.default.yaml index 8ac51ee8..d2bf6159 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -26,7 +26,7 @@ clustering: snapshots: start: "2013-01-01" end: "2014-01-01" - inclusive: 'left' # end is not inclusive + closed: 'left' # end is not inclusive enable: prepare_links_p_nom: false diff --git a/config.tutorial.yaml b/config.tutorial.yaml index 2ac96ee3..225d8f78 100755 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -26,7 +26,7 @@ clustering: snapshots: start: "2013-03-01" end: "2013-04-01" - inclusive: 'left' # end is not inclusive + closed: 'left' # end is not inclusive enable: prepare_links_p_nom: false