Skip to content

Commit

Permalink
Sync domain argument between Collection.add_new_dataframe and `Da…
Browse files Browse the repository at this point in the history
…taFrame.create`
  • Loading branch information
johnkerl committed Oct 2, 2024
1 parent e92ecb4 commit 4d09188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-spec/src/somacore/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def add_new_dataframe(
uri: Optional[str] = None,
schema: pa.Schema,
index_column_names: Sequence[str] = (options.SOMA_JOINID,),
domain: Optional[Sequence[Optional[Tuple[Any, Any]]]] = None,
platform_config: Optional[options.PlatformConfig] = None,
) -> data.DataFrame:
"""Creates a new DataFrame as a child of this collection.
Expand Down

0 comments on commit 4d09188

Please sign in to comment.