Commit 7e8be393 authored by Kelvin's avatar Kelvin
Browse files

no cover for plot

parent b68a4bac
Loading
Loading
Loading
Loading
+1 −1
Changes for autocnet/graph/edge.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ class Edge(dict, MutableMapping):
        indices = pd.Index(matches['destination_idx'].values)
        return plot_node(self.destination, index_mask=indices, **kwargs)

    def plot(self, ax=None, clean_keys=[], node=None, **kwargs):
    def plot(self, ax=None, clean_keys=[], node=None, **kwargs):  # pragma: no cover
        dest_keys = [0, '0', 'destination', 'd', 'dest']
        source_keys = [1, '1', 'source', 's']