-
Notifications
You must be signed in to change notification settings - Fork 24
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
Creating a file for the code shared by all _frequencies
functions
#690
base: master
Are you sure you want to change the base?
Conversation
The tests for the plotting functions are still only on SNP frequencies. Is that good enough? |
@alimanfoo, I might have found a solution that works for what I wanted to do (namely, import shared testing functions for plotting frequencies into the various |
Addresses #664 .
I moved the functions to enable the computation of frequencies and the plotting functions (which required to define a new
AnophelesFrequency
class). I still want to move the tests of the plotting functions to their own file instead oftest_snp_frq.py
.