Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzimmermann89 authored Dec 2, 2024
1 parent c6caee6 commit f223b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mrpro/utils/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _reshape_idx(old_shape: tuple[int, ...], new_shape: tuple[int, ...], old_str
Will results in the groups (starting from the right):
- old: 3 new: 3
- old: 2, 2 new: 4
- old: 30 new: 6. 5
- old: 30 new: 6, 5
Only the "old" groups are important.
If all axes that are grouped together in an "old" group are stride 0 (=broadcasted)
we can collapse them to singleton dimensions.
Expand Down

0 comments on commit f223b3a

Please sign in to comment.