Skip to content

Commit

Permalink
[pre-commit] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2024
1 parent c7beb38 commit f36b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mrpro/operators/PCACompressionOp.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
dimension of a data with shape (*other, joint_dim, compression_dim). A single SVD is carried out for everything
along joint_dim. Other are batch dimensions.
Consider combining this operator with :class:`mrpro.operators.RearrangeOp` to make sure the data is
Consider combining this operator with :class:`mrpro.operators.RearrangeOp` to make sure the data is
in the correct shape before applying.
Parameters
Expand Down

0 comments on commit f36b1dd

Please sign in to comment.