From fa0a028499ba7113c10b3fa74ea4726f11825869 Mon Sep 17 00:00:00 2001 From: martacki Date: Mon, 2 May 2022 10:01:51 +0200 Subject: [PATCH] pandas compatibility --- config.default.yaml | 2 +- config.tutorial.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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