Loading autocnet/matcher/health.py +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ class EdgeHealth(object): """ for k, v in kwargs.items(): if hasattr(self, k): print(k) setattr(self, k, v) def recompute_health(self): Loading autocnet/utils/isis_serial_numbers.py +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ from pvl._collections import PVLModule def get_isis_translation(label): """Compute the ISIS serial number for a given image using """ Compute the ISIS serial number for a given image using the input cube or the label extracted from the cube. Parameters Loading docs/library/vis/graph_view.rst +2 −2 Original line number Diff line number Diff line :mod:`vis.graph_view` --- Graph Visualization ============================================== The :mod:`vis.graph_view` module supports visualization of candiate graph The :mod:`vis.graph_view` module supports visualization of candidate graph objects, nodes, and edges. This is basic visualization functionality that is monkey patched in to the graph objects. This is not intended to be low leverl diagnostic visualization low level diagnostic visualization .. versionadded:: 0.1.0 Loading autocnet/graph/tests/test_edge.py +1 −1 File changed.Contains only whitespace changes. Show changes autocnet/matcher/tests/test_health.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
autocnet/matcher/health.py +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ class EdgeHealth(object): """ for k, v in kwargs.items(): if hasattr(self, k): print(k) setattr(self, k, v) def recompute_health(self): Loading
autocnet/utils/isis_serial_numbers.py +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ from pvl._collections import PVLModule def get_isis_translation(label): """Compute the ISIS serial number for a given image using """ Compute the ISIS serial number for a given image using the input cube or the label extracted from the cube. Parameters Loading
docs/library/vis/graph_view.rst +2 −2 Original line number Diff line number Diff line :mod:`vis.graph_view` --- Graph Visualization ============================================== The :mod:`vis.graph_view` module supports visualization of candiate graph The :mod:`vis.graph_view` module supports visualization of candidate graph objects, nodes, and edges. This is basic visualization functionality that is monkey patched in to the graph objects. This is not intended to be low leverl diagnostic visualization low level diagnostic visualization .. versionadded:: 0.1.0 Loading
autocnet/matcher/tests/test_health.py +1 −1 File changed.Contains only whitespace changes. Show changes