Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] _multiscale_image: add missing docstrings, typo fixes #3312

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

ryan-williams
Copy link
Member

@ryan-williams ryan-williams commented Nov 8, 2024

No description provided.

@@ -151,6 +151,11 @@ def create(
axis is provided, this defaults to the channel axis followed by the
coordinate space axes in reverse order (e.g.
``("soma_channel", "y", "x")`` if ``coordinate_space=("x", "y")``).
has_channel_axis: Save the image with a dedicated "channel" axis.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jp-dark mentioned the has_channel_axis arg may go away. This can be sequenced before or after that, afaic.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.49%. Comparing base (bdaef58) to head (128ccdd).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3312       +/-   ##
===========================================
+ Coverage   65.59%   85.49%   +19.89%     
===========================================
  Files         137       52       -85     
  Lines       17111     5508    -11603     
  Branches     1067        0     -1067     
===========================================
- Hits        11224     4709     -6515     
+ Misses       5583      799     -4784     
+ Partials      304        0      -304     
Flag Coverage Δ
libtiledbsoma ?
python 85.49% <ø> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 85.49% <ø> (+0.10%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@ryan-williams ryan-williams marked this pull request as ready for review November 8, 2024 15:35
@johnkerl johnkerl changed the title _multiscale_image: add missing docstrs, typo fixes [python] _multiscale_image: add missing docstrings, typo fixes Nov 8, 2024
@ryan-williams ryan-williams merged commit 03cc452 into main Nov 8, 2024
11 checks passed
@ryan-williams ryan-williams deleted the rw/nits branch November 8, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants