From ec9becffb7695d84c80e3706734b3a88b857591a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= <rok.roskar@sdsc.ethz.ch> Date: Mon, 25 May 2020 12:00:43 +0000 Subject: [PATCH] chore: update summary notebook inputs --- notebooks/datasets_summary.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/datasets_summary.ipynb b/notebooks/datasets_summary.ipynb index 0e329bc23..260956ce6 100644 --- a/notebooks/datasets_summary.ipynb +++ b/notebooks/datasets_summary.ipynb @@ -85,8 +85,7 @@ }, "outputs": [], "source": [ - "data_path = \"../data\"\n", - "atlas_path = \"../data/atlas\"" + "data_path = \"../data\"" ] }, { @@ -97,6 +96,7 @@ "source": [ "# Instantiating the CaseConverter to read in the data.\n", "# It takes a path to the atlas dataset as an argument - the atlas holds various population and country metadata data. \n", + "atlas_path = Path(data_path) / \"atlas\"\n", "converter = CaseConverter(atlas_path)" ] }, -- GitLab