fixed failures
This commit is contained in:
parent
86a93d41be
commit
3f3996ce78
Binary file not shown.
File diff suppressed because one or more lines are too long
|
|
@ -200,7 +200,7 @@ def check_progress(params, step, sL, s):
|
||||||
if np.random.rand() < likelihood:
|
if np.random.rand() < likelihood:
|
||||||
completed.append(j)
|
completed.append(j)
|
||||||
elif np.random.rand() < failure_rate:
|
elif np.random.rand() < failure_rate:
|
||||||
completed.append(j)
|
failed.append(j)
|
||||||
|
|
||||||
return({'completed':completed, 'failed':failed})
|
return({'completed':completed, 'failed':failed})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue