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

Correlations: Select top n results at the very end #750

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

Conversation

fredmanglis
Copy link
Contributor

Filter the correlation results before selecting the top n results to avoid the scenario where less than n results are returned.

  • wqflask/wqflask/correlation/rust_correlation.py: remove top_n and n_top arguments from function no longer needing them.
  • wqflask/wqflask/correlation/show_corr_results.py: Select top n results at the very end, at output.

This pull request relies on this other pull request

Filter the correlation results before selecting the top `n` results to
avoid the scenario where less than `n` results are returned.

* wqflask/wqflask/correlation/rust_correlation.py: remove `top_n` and
  `n_top` arguments from function no longer needing them.
* wqflask/wqflask/correlation/show_corr_results.py: Select top `n`
  results at the very end, at output.
@fredmanglis fredmanglis force-pushed the testing branch 2 times, most recently from 04f10df to 5474e66 Compare April 24, 2024 04:54
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.

None yet

1 participant