Skip to content

Commit

Permalink
Remove accidental addition to point cloud dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 31, 2024
1 parent 442aa9f commit 828dfe2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python-spec/src/somacore/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,6 @@ def domain(self) -> Tuple[Tuple[Any, Any], ...]:
"""
raise NotImplementedError()

@property
@abc.abstractmethod
def data_axis_order(self) -> Tuple[str, ...]:
"""Returns the data axis order of the image data."""
raise NotImplementedError()


class GeometryDataFrame(base.SOMAObject, metaclass=abc.ABCMeta):
"""A specialized SOMA object for storing complex geometries with spatial indexing.
Expand Down

0 comments on commit 828dfe2

Please sign in to comment.