-
Notifications
You must be signed in to change notification settings - Fork 68
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
Scenic quality aborting during percentiles #1189
Comments
I believe the issue is that the percentiles function requires that the directory is empty (so it can delete it later) or does not yet exist (so that it can create it and then delete it later). The directory passed to the percentiles function was not empty. This is now fixed by passing in a directory that does not yet exist, within the existing temp directory used by the rest of the function. RE:natcap#1189
Another user on the forums has reported this issue. I'm merging in the latest changes from The dev build (windows) for this is at https://storage.googleapis.com/natcap-dev-build-artifacts/invest/phargogh/3.13.0.post37%2Bg8cfab49d4/workbench/invest_3.13.0.post37%2Bg8cfab49d4_workbench_win32_x64.exe |
On hold since communication has been dropped with the user reporting this bug and it has not come up outside of that. |
Looking back on this bug and that we haven't heard anything else about it or encountered it again in almost a full year, I think we should close this issue. |
While working on a SQ forums support issue, it appears that the model is aborting (hard crash) during percentiles calculation. The error message near the end indicates that the issue is likely because the sort directory cannot be created:
The text was updated successfully, but these errors were encountered: