YosefLab/epitome

Scoping issue with large matrices

RK900 opened this issue · 0 comments

RK900 commented

If we put the parallel score_matrix code in name == main, the code runs for an arbitrarily large matrix.

If parallel score_matrix is left as a class function, the code errors out for a large matrix (2350 x 130000)

redis.exceptions.ConnectionError: Error 104 while writing to socket. Connection reset by peer.