-
Notifications
You must be signed in to change notification settings - Fork 24
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
test data processing issue #9
Comments
First thing I would try is:
If it is still stuck, I believe it is under |
Wow, 8 hours seems excessive. Can you also say how much time has passed? this sometimes happens to me, and then after 20 minutes or so I see it passed a few more and that just 1 was very large to process. |
Actually, it only takes about 10 minutes to process 892/1862, but then there are no changes in the following, there is no change in most time of 8 hours. |
Do I need to skip this test case? Is it because this case has too many possible plans so that it takes a long time to generate the plan? |
Sorry for the late response. The test set is built of 2 parts, and the largest, hardest graphs to process are numbers 860-960. There is one immediate possible solution, which is to create a sub-pipeline for every test |
Hi, I also encountered this problem when the code runs on the test set. I tried this changing the " is_parallel" from True to False as you suggested but the problem still persists. I'm wondering if there is an update on this? |
When I run the script on the test data, it looks like slow and sometimes seems no change. Could you tell me how to solve this issue? Thank you!
The text was updated successfully, but these errors were encountered: