Skip to content

Commit

Permalink
Update ephemeral Scene class to match Scene API
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Sep 30, 2024
1 parent 0accb79 commit c941cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-spec/src/somacore/ephemeral/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ def add_multiscale_image(
*,
uri: str,
type: pa.DataType,
image_type: str = "CYX", # TODO: Replace this arg after PR #219 is merged
reference_level_shape: Sequence[int],
axis_names: Sequence[str] = ("c", "x", "y"),
axis_types: Sequence[str] = ("channel", "height", "width"),
) -> spatial.MultiscaleImage:
raise NotImplementedError()

Expand Down

0 comments on commit c941cc0

Please sign in to comment.