-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: store PartSegImage.Image channels as separated arrays #554
Conversation
This pull request introduces 1 alert when merging 51324ff into df7c54d - view on LGTM.com new alerts:
|
Preview page for your plugin is ready here: |
Codecov Report
@@ Coverage Diff @@
## develop #554 +/- ##
===========================================
+ Coverage 77.05% 77.10% +0.04%
===========================================
Files 144 144
Lines 18606 18653 +47
===========================================
+ Hits 14337 14382 +45
- Misses 4269 4271 +2
Continue to review full report at Codecov.
|
…ed) (#555) Co-authored-by: Sourcery AI <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Preview page for your plugin is ready here: |
This pull request introduces 1 alert when merging 6f7069a into df7c54d - view on LGTM.com new alerts:
|
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
This pull request introduces 1 alert when merging 1f9c6e0 into df7c54d - view on LGTM.com new alerts:
|
Preview page for your plugin is ready here: |
This pull request introduces 1 alert when merging 8ad390c into df7c54d - view on LGTM.com new alerts:
|
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Preview page for your plugin is ready here: |
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.01%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe 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! |
Preview page for your plugin is ready here: |
This PR change storage of Image data from a monolithic array to one array per channel.
Also, PartSegImage is checked using mypy. and mypy was added to the pre-commit configuration.