From 44ac63dab5349d1ded72e1222b0a90a018df0809 Mon Sep 17 00:00:00 2001 From: Justin Reese Date: Wed, 23 Sep 2020 08:30:26 -0700 Subject: [PATCH] Print logging.info() things --- kg_covid_19/make_holdouts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kg_covid_19/make_holdouts.py b/kg_covid_19/make_holdouts.py index 3f8a73dd..9f70c80a 100644 --- a/kg_covid_19/make_holdouts.py +++ b/kg_covid_19/make_holdouts.py @@ -25,6 +25,7 @@ def make_holdouts(nodes: str, edges: str, output_dir: str, Returns: None. """ + logging.basicConfig(level=logging.INFO) logging.info("Loading graph from nodes %s and edges %s files" % (nodes, edges)) graph = EnsmallenGraph.from_csv( edge_path=edges,