Skip to content

Commit

Permalink
Update multiscale_spatial_image/multiscale_spatial_image.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matt McCormick <[email protected]>
  • Loading branch information
melonora and thewtex authored Nov 20, 2024
1 parent 2ba7fec commit b487ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiscale_spatial_image/multiscale_spatial_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def transpose(self, *dims: Hashable) -> DataTree:
"""Return a `DataTree` with all dimensions of arrays in datasets transposed.
This method automatically skips those nodes of the `DataTree` that do not contain
dimensions. Note that for `Dataset`s themselves the order of dimensions stays the same.
dimensions. Note that for `Dataset`s themselves, the order of dimensions stays the same.
In case of a `DataTree` node missing specified dimensions an error is raised.
Parameters
Expand Down

0 comments on commit b487ba4

Please sign in to comment.