Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <kerl.john.r@gmail.com>
  • Loading branch information
jp-dark and johnkerl authored Oct 1, 2024
1 parent aa8f826 commit 4b83094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def set_transform_to_point_cloud_dataframe(
coordinate_space: Optional[CoordinateSpace] = None,
) -> PointCloudDataFrame:
"""Adds the coordinate transform for the scene coordinate space to
a point cloud dataframe stored in the scene.
a point cloud dataframe stored in the scene.
If the subcollection the point cloud is inside of is more than one
layer deep, the input should be provided as a sequence of names. For example,
Expand Down
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/_spatial_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the MIT License.

"""
Implementation of a base class shared between GeometryDataFrame and PointCloud
Implementation of a base class shared between GeometryDataFrame and PointCloudDataFrame
"""
from typing import Any, Optional, Sequence, Tuple, Type, Union

Expand Down

0 comments on commit 4b83094

Please sign in to comment.