Skip to content

Commit

Permalink
Print logging.info() things
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 23, 2020
1 parent 42fe149 commit 44ac63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kg_covid_19/make_holdouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44ac63d

Please sign in to comment.