-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
RecursionError occurs in Dask Distributed #8817
Labels
Comments
Could you also share the error? |
Okay I share,
If remove a compute chunk line, finally occur error.
|
This may be a duplicate of #8378. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue:
I was creating a PoC for a code that involves seeking solutions to simultaneous linear equations using matrices and created the following code, which generated a RecursinError.
Minimal Complete Verifiable Example:
Anything else we need to know?:
Based on the errors, I created this modified code and the errors no longer occur, but when I output the graph in SVG, it is quite complex and I am wondering if it will work stably.
Environment:
The text was updated successfully, but these errors were encountered: