Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Removing "filter" function overload #1526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Removing "filter" function overload #1526

wants to merge 1 commit into from

Conversation

natejly
Copy link
Collaborator

@natejly natejly commented May 16, 2024

Changed "filter" to "mask_filter" to avoid overloading Python's default "filter" function by deep source suggestion

All existing code using the "filter" function would have to be changed, which could cause issues, so not sure if this change should be merged

@natejly natejly added help wanted Request help cleanup Code quality updates labels May 16, 2024
Copy link

deepsource-io bot commented May 16, 2024

Here's the code health analysis summary for commits 234143c..9bea876. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ Success
🎯 3 occurences resolved
View Check ↗
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗

Code Coverage Report

MetricAggregatePython
Branch Coverage100%100%
Composite Coverage99.7%99.7%
Line Coverage99.7%99.7%
New Branch Coverage100%100%
New Composite Coverage100%100%
New Line Coverage100%, ✅ Above Threshold100%, ✅ Above Threshold

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@natejly natejly self-assigned this May 16, 2024
@nfahlgren nfahlgren added work in progress Mark work in progress and removed help wanted Request help ready to review labels Jul 4, 2024
@nfahlgren nfahlgren added this to the PlantCV v5.0 milestone Jul 4, 2024
@nfahlgren nfahlgren added breaking and removed work in progress Mark work in progress labels Jul 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
breaking cleanup Code quality updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants