Unverified Commit f92fd5f3 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

CogMap: import logging

__logging__ is used on lines 454 and 512 but it is never imported.
parent b63a73df
......@@ -19,6 +19,7 @@ import skimage.morphology
import numpy as np
import networkx as nx
import itertools
import logging
import graph_tool as gt
import graph_tool.topology
import graph_tool.generation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment