ggirelli / radiantkit

A Python3 Radial Image Analysis Toolkit
https://ggirelli.github.io/radiantkit/
MIT License
3 stars 4 forks source link

Argparser to Click switch (Sourcery refactored) #225

Closed sourcery-ai[bot] closed 2 years ago

sourcery-ai[bot] commented 2 years ago

Pull Request #204 refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

NOTE: As code is pushed to the original Pull Request, Sourcery will re-run and update (force-push) this Pull Request with new refactorings as necessary. If Sourcery finds no refactorings at any point, this Pull Request will be closed automatically.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the from-argparse-to-click branch, then run:

git fetch origin sourcery/from-argparse-to-click
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

sourcery-ai[bot] commented 2 years ago

Sourcery Code Quality Report

Merging this PR leaves code quality unchanged.

Quality metrics Before After Change
Complexity 1.84 ⭐ 1.84 ⭐ 0.00
Method Length 36.29 ⭐ 36.29 ⭐ 0.00
Working memory 6.37 🙂 6.37 🙂 0.00
Quality 83.01% 83.01% 0.00%
Other metrics Before After Change
Lines 328 326 -2
Changed files Quality Before Quality After Quality Change
radiantkit/conversion.py 83.01% ⭐ 83.01% ⭐ 0.00%

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation
radiantkit/conversion.py ND2Reader2.log_z_details 4 ⭐ 97 🙂 12 😞 61.81% 🙂 Extract out complex expressions
radiantkit/conversion.py ND2Reader2.log_details 2 ⭐ 146 😞 9 🙂 63.41% 🙂 Try splitting into smaller methods
radiantkit/conversion.py CziFile2.log_details 3 ⭐ 138 😞 8 🙂 65.51% 🙂 Try splitting into smaller methods
radiantkit/conversion.py ND2Reader2.get_tiff_path 0 ⭐ 55 ⭐ 14 😞 69.08% 🙂 Extract out complex expressions
radiantkit/conversion.py CziFile2.get_tiff_path 0 ⭐ 47 ⭐ 11 😞 75.07% ⭐ Extract out complex expressions

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!