Skip to content

Commit

Permalink
remove this typo, rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Jan 8, 2025
1 parent 1de2b61 commit e67dd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tractography/tractography.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def track(params_file, directions="prob", max_angle=30., sphere=None,
evals = model_params[..., :3]
evecs = model_params[..., 3:12].reshape(params_img.shape[:3] + (3, 3))
odf = tensor_odf(evals, evecs, sphere)
dg = dg.from_pmf(odf, max_angle=max_angle, sphere=sphere, legacy=legacy)
dg = dg.from_pmf(odf, max_angle=max_angle, sphere=sphere)
else:
dg = dg.from_shcoeff(model_params, max_angle=max_angle, sphere=sphere,
basis_type=basis_type, legacy=legacy)
Expand Down

0 comments on commit e67dd36

Please sign in to comment.