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

Scoping issue with large matrices #47

Open
RK900 opened this issue Jan 22, 2021 · 0 comments
Open

Scoping issue with large matrices #47

RK900 opened this issue Jan 22, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@RK900
Copy link
Collaborator

RK900 commented Jan 22, 2021

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.
@RK900 RK900 self-assigned this Jan 22, 2021
@RK900 RK900 added the bug Something isn't working label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant