Skip to content

Conversation

sourcery-ai[bot]
Copy link

@sourcery-ai sourcery-ai bot commented Jun 14, 2022

Branch master refactored by Sourcery.

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

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 master branch, then run:

git fetch origin sourcery/master
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!

@sourcery-ai sourcery-ai bot requested a review from jwlai-cloud June 14, 2022 06:32
Comment on lines -16 to +18
missing = int(expected_sum - actual_sum)
return int(expected_sum - actual_sum)
else:
missing = None

return missing
return None
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function solution refactored with the following changes:

@sourcery-ai
Copy link
Author

sourcery-ai bot commented Jun 14, 2022

Sourcery Code Quality Report

✅  Merging this PR will increase code quality in the affected files by 0.79%.

Quality metrics Before After Change
Complexity 1.71 ⭐ 1.69 ⭐ -0.02 👍
Method Length 29.33 ⭐ 28.00 ⭐ -1.33 👍
Working memory 6.00 ⭐ 5.85 ⭐ -0.15 👍
Quality 83.20% 83.99% 0.79% 👍
Other metrics Before After Change
Lines 24 22 -2
Changed files Quality Before Quality After Quality Change
Perm_Missing.py 83.20% ⭐ 83.99% ⭐ 0.79% 👍

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

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

  • ⭐ excellent
  • 🙂 good
  • 😞 poor
  • ⛔ very poor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants