-
Notifications
You must be signed in to change notification settings - Fork 3
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
Resolve fails when some jobs have failed #39
Comments
After merging master into
|
After installing in a clean conda environment the problem in comment #39 (comment) has vanished. I still get the original error. |
Try with my branch pl/fix-resolve-error. |
Now it looks like an infinite download loop
This continues indefinitely with the same job id. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When some of the jobs in an experiment have failed, the entire
resolve
fails. Here is an exampleCan we skip the failed jobs and only
resolve
succesful ones? We can have "gaps" in the data, that is fine. We should just have a way to mark the parts that have failed.The text was updated successfully, but these errors were encountered: