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

fixed invert bug in calculateR.py where kdes computed twice. #401

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

Conversation

yentyu
Copy link

@yentyu yentyu commented Sep 11, 2021

Previously, the invert_to_* functions called generate_output_kdes and then invert. But invert also called generate_output_kdes, effectively doing this same computation twice.

Removed generate_output_kdes from the invert_to_* functions and made minor adjustments so that these functions have access to the other info they need (i.e., number of clusters and the appropriate sample_set_base objects).

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.

1 participant