related-sciences / gwas-analysis

GWAS data analysis experiments
Apache License 2.0
24 stars 6 forks source link

Create pytest fixture to parameterize dask scheduler #37

Open tomwhite opened 4 years ago

tomwhite commented 4 years ago

This will allow tests to run using both the threaded and multiprocess scheduler, which is important to flush out locking issues.

Something similar was done here: https://github.com/lasersonlab/zappy/blob/master/tests/test_array.py