Loading autocnet/utils/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ def make_homogeneous(points): def remove_field_name(a, name): """ Given a numpy structured array, remove a column and return a copy of the remaineder of the array a copy of the remainder of the array Parameters ---------- Loading autocnet/fileio/io_hdf.py +1 −1 File changed.Contains only whitespace changes. Show changes autocnet/utils/tests/test_utils.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
autocnet/utils/utils.py +2 −2 Original line number Diff line number Diff line Loading @@ -164,7 +164,7 @@ def make_homogeneous(points): def remove_field_name(a, name): """ Given a numpy structured array, remove a column and return a copy of the remaineder of the array a copy of the remainder of the array Parameters ---------- Loading