Loading autocnet/graph/edge.py +1 −1 Changes for autocnet/graph/edge.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -442,7 +442,7 @@ class Edge(dict, MutableMapping): if self.matches is None: raise AttributeError('Edge needs to have features extracted and matched') return matches, mask = self._clean(clean_keys) matches, mask = self.clean(clean_keys) source_array = self.source.get_keypoint_coordinates(index=matches['source_idx']).values source_coords = self.source.geodata.latlon_corners Loading Loading
autocnet/graph/edge.py +1 −1 Changes for autocnet/graph/edge.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -442,7 +442,7 @@ class Edge(dict, MutableMapping): if self.matches is None: raise AttributeError('Edge needs to have features extracted and matched') return matches, mask = self._clean(clean_keys) matches, mask = self.clean(clean_keys) source_array = self.source.get_keypoint_coordinates(index=matches['source_idx']).values source_coords = self.source.geodata.latlon_corners Loading