"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "5ee050d5163c9cb8ed3854bc2e3dc9c59ca745b5"
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 ...@@ -19,6 +19,7 @@ import skimage.morphology
import numpy as np import numpy as np
import networkx as nx import networkx as nx
import itertools import itertools
import logging
import graph_tool as gt import graph_tool as gt
import graph_tool.topology import graph_tool.topology
import graph_tool.generation 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