You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at_cascade-2024.1.30:
It appears that sometimes one of the prediction jobs does not create its output files and pre_user_csv crashes when it tries to use those files. I have seen this twice and decided to report it the second time.
In the case below, there is a begin for 124_Central_Latin_Am.female but there is no end notice for this job.
The following error reporting and recovery was added to at_cascade to reduce the effect of this problem and maybe figure out when and why it is happening: 8a42a42
This changes the assert above to
print( f'csv.predict: Cannot find {file_name}' )
If you see this message please report it below. (In this case the predictions for the corresponding job will be missing).
bradbell
changed the title
assert occurs during predict
csv.predict: pre_user_csv.py: Cannot find a file
Feb 2, 2024
at_cascade-2024.1.30:
It appears that sometimes one of the prediction jobs does not create its output files and pre_user_csv crashes when it tries to use those files. I have seen this twice and decided to report it the second time.
In the case below, there is a begin for 124_Central_Latin_Am.female but there is no end notice for this job.
The text was updated successfully, but these errors were encountered: