Skip to content
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

Filter threshold bug fix #100

Merged

Conversation

chriswzou
Copy link
Contributor

In a previous PR (#94), we introduced explicit arguments for count_filter_threshold and count_filter_type in calculateDrugScreen.

However, this PR only passed the arguments to the rho calculation and not to the gamma or tau calculations. This introduced a problem: if count_filter_threshold and count_filter_type were explicitly specified, they would be passed into the rho calculation but not gamma or tau, which would continue to use the defaults.

This PR fixes that problem by passing them in correctly.

@abearab
Copy link
Collaborator

abearab commented Jan 3, 2025

Thank you for bringing this up and debugging it! I'll review the PR and merge it ASAP.

@abearab abearab merged commit 77c79f0 into ArcInstitute:master Jan 4, 2025
3 checks passed
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.

2 participants