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

CogMap: map_utils.py import logging

__logging__ is used on line 144 but it is never imported.
parent f92fd5f3
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
""" """
import copy import copy
import skimage.morphology import skimage.morphology
import logging
import numpy as np import numpy as np
import scipy.ndimage import scipy.ndimage
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
......
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