We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we put the parallel score_matrix code in name == main, the code runs for an arbitrarily large matrix.
score_matrix
name == main
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.
The text was updated successfully, but these errors were encountered:
RK900
No branches or pull requests
If we put the parallel
score_matrix
code inname == 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)The text was updated successfully, but these errors were encountered: