We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output of the SensitivityOp should be defined via type hinting: https://github.com/PTB-MR/mrpro/blob/770376be712b94bf44e520767fed89cfeb48321c/src/mrpro/operators/_SensitivityOp.py#L26C23-L26C31
forward(self, img_data: torch.Tensor) -> torch.Tensor: and without torch.Tensor in Returns
forward(self, img_data: torch.Tensor) -> torch.Tensor
torch.Tensor
Returns
Same for adjoint.
The text was updated successfully, but these errors were encountered:
Ideally it should also be (other coil..) rather than (all_other coils..) to be more consistent with the rest of the code.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The output of the SensitivityOp should be defined via type hinting: https://github.com/PTB-MR/mrpro/blob/770376be712b94bf44e520767fed89cfeb48321c/src/mrpro/operators/_SensitivityOp.py#L26C23-L26C31
forward(self, img_data: torch.Tensor) -> torch.Tensor
:and without
torch.Tensor
inReturns
Same for adjoint.
The text was updated successfully, but these errors were encountered: