This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Simplify
eddymotion.estimator.EddyMotionEstimator.fit
Simplify `eddymotion.estimator.EddyMotionEstimator.fit`: break down different parts into separate methods. Fixes: ``` src/eddymotion/estimator.py:43:9: C901 `fit` is too complex (23 > 10) ``` raised by `ruff`. Remove the `C901` error exception rule from the `ruff` linter whitelist.
- Loading branch information
1 parent
8b29477
commit bde69ed
Showing
2 changed files
with
239 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters