Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: estimator method name
Browse files Browse the repository at this point in the history
  • Loading branch information
esavary committed Apr 23, 2024
1 parent d56d531 commit 088c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eddymotion/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main() -> None:

estimator: EddyMotionEstimator = EddyMotionEstimator()

_ = estimator.fit(
_ = estimator.estimate(
dwi_dataset,
align_kwargs=args.align_config,
models=args.models,
Expand Down

0 comments on commit 088c40c

Please sign in to comment.