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

dwi2tensor: fix operation with -iter 1 #3056

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lestropie
Copy link
Member

Problem has been present since initial addition of iterative reweighted least squares for tensor fitting in #1542.

Does not affect default operation; only affects the specific use case of -iter 1.

- Previously, if -iter 1 was specified, the weights were not recomputed, and so results were identical to that with -iter 0.
- Do not unnecessarily recompute weights at completion of the final iteration.
@Lestropie Lestropie added the bug label Dec 30, 2024
@Lestropie Lestropie added this to the 3.0.5 updates milestone Dec 30, 2024
@Lestropie Lestropie requested a review from a team December 30, 2024 11:03
@Lestropie Lestropie self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants