Skip to content

Commit

Permalink
Fix(align_tpm): other forgotten trace
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty committed Oct 16, 2024
1 parent 21fb163 commit fd70e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitorch/tools/registration/affine_tpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def fit_affine_tpm(dat, tpm, affine=None, affine_tpm=None, weights=None,
print(f'({basis_name[:6]}){space} | {n_iter:02d} | {mi.mean():12.6g}', end=end)

if mi.mean() - mi0.mean() < 1e-4:
print('converged', mi.mean() - mi0.mean())
# print('converged', mi.mean() - mi0.mean())
break

# --------------------------------------------------------------
Expand Down

0 comments on commit fd70e2f

Please sign in to comment.