Open
Description
#1043 shows that we should test with a processed-based dask cluster.
I've tried this by adding client = dask.distributed.Client(n_workers=1, threads_per_worker=1)
to conftest.py
but I get segfaults in workers. Attaching GDB to the workers shows that the segfaults are in several numba gufuncs such as count_alleles
and cohort_sum
. Deleting the __pycache__
will sometimes stop a particular test from failing, which is disconcerting!
Metadata
Metadata
Assignees
Labels
No labels