Skip to content

Commit

Permalink
Update args docstring order to match method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 16, 2024
1 parent accb814 commit 4126d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-spec/src/somacore/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ def add_new_geometry_dataframe(
Args:
key: The name of the geometry dataframe.
transform: The coordinate transformation from the scene to the dataframe.
subcollection: The name, or sequence of names, of the subcollection the
dataframe is stored in. Defaults to ``'obsl'``.
transform: The coordinate transformation from the scene to the dataframe.
uri: If provided, overrides the default URI what would be used to create
this object. This may be aboslution or relative.
kwargs: Additional keyword arugments as specified in
Expand Down Expand Up @@ -162,9 +162,9 @@ def add_new_multiscale_image(
Args:
key: The name of the multiscale image.
transform: The coordinate transformation from the scene to the dataframe.
subcollection: The name, or sequence of names, of the subcollection the
dataframe is stored in. Defaults to ``'obsl'``.
transform: The coordinate transformation from the scene to the dataframe.
uri: If provided, overrides the default URI what would be used to create
this object. This may be aboslution or relative.
kwargs: Additional keyword arugments as specified in
Expand Down Expand Up @@ -204,9 +204,9 @@ def add_new_point_cloud_dataframe(
Args:
key: The name of the point cloud dataframe.
transform: The coordinate transformation from the scene to the dataframe.
subcollection: The name, or sequence of names, of the subcollection the
dataframe is stored in. Defaults to ``'obsl'``.
transform: The coordinate transformation from the scene to the dataframe.
uri: If provided, overrides the default URI what would be used to create
this object. This may be aboslution or relative.
kwargs: Additional keyword arugments as specified in
Expand Down

0 comments on commit 4126d4b

Please sign in to comment.