Skip to content

Commit

Permalink
neaten on-line help
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 16, 2023
1 parent 33cbc47 commit 6ad4458
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apis/python/src/tiledbsoma/io/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,10 @@ def update_uns(
platform_config: Optional[PlatformConfig] = None,
) -> None:
"""
TODO: WRITE ME
Re-writes ``uns`` data to an existing SOMA experiment.
Lifecycle:
Experimental.
"""
if exp.closed or exp.mode != "w":
raise SOMAError(f"Experiment must be open for write: {exp.uri}")
Expand Down

0 comments on commit 6ad4458

Please sign in to comment.