Commit bd6f9493 authored by Jay's avatar Jay Committed by Jason R Laura
Browse files

Error in edge fixed and extra imports in graph views removed.

parent 44d107f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ class Edge(dict, MutableMapping):
            raise AttributeError('This edge does not yet have any matches computed.')

        matches, mask = self._clean(clean_keys)
        domain = self.source.handle.raster_size
        domain = self.source.geodata.raster_size

        # Massage the dataframe into the correct structure
        coords = self.source.get_keypoint_coordinates()
+0 −3
Original line number Diff line number Diff line
import math
import numpy as np
import networkx as nx

from autocnet.examples import get_path
from autocnet.fileio.io_gdal import GeoDataset
from matplotlib import pyplot as plt
import matplotlib