Commit 6c8b9114 authored by jay's avatar jay
Browse files

Fixed graph plotting using a custom colormap for network health.

parent 7673a2fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ class Node(dict, MutableMapping):
        array : ndarray

        kwargs : dict
                 KWargs passed to autocnet.feature_extractor.extract_features
                 kwargs passed to autocnet.feature_extractor.extract_features

        """
        keypoint_objs, descriptors = fe.extract_features(array, **kwargs)