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
see #737
dpdispatcher use flag_if_job_task_fail to mark the failed jobs, so `post_fp_check_fail` can be used before checking the frames. If we use the alternative way the issue mentioned, we should consider different representative outputs according to `fp_style`. I am wondering if it is a repeat of the following frame checks. However, since `flag_if_job_task_fail` will be marked as True if one task in the group is failed, I am afraid that `rfail` could be high when only a few tasks fail. I'd like to ask for some suggestions.
Summary
tag_failure
checks the number of the failure tag, but dpdispatcher doesn't have this file.dpgen/dpgen/generator/run.py
Line 2717 in 0767dce
The alternative way is to check the number of collected data. The failure ratio is$1-\frac{N_\text{data}}{N_\text{task}}$ .
DPGEN Version and Platform
devel
The text was updated successfully, but these errors were encountered: