Searched refs:ok (Results 1 – 11 of 11) sorted by relevance
46 ok = True54 ok = ok and np.amax(np.abs(e_c - e)) < 1e-5 and nn_c == nn60 ok = ok and np.amax(np.abs(e_c - e)) < 1e-3 and nn_c == nn62 return ok69 ok = True72 ok = ok and np.amax(np.abs(1 - e/C.E_B[i0][0])) < 1e-675 ok = ok and np.amax(np.abs(1 - e/C.E_B[i0][1])) < 1e-677 return ok83 ok = True87 ok = ok and check_unit(rng, dt, sr)[all …]
107 ok = True121 ok = ok and np.amax(np.abs(y[0] - y_c[0])) < 1e-5122 ok = ok and np.amax(np.abs(y[1] - y_c[1])) < 1e-5124 return ok132 ok = True138 ok = ok and np.amax(np.abs(y - C.X[i0][0])) < 1e-1141 ok = ok and np.amax(np.abs(y - C.X[i0][1])) < 1e-1143 return ok150 ok = True164 ok = ok and np.amax(np.abs(y[0] - y_c[0])) < 1e-5[all …]
106 ok = True117 ok = ok and f_att == attdet.is_enabled(nbytes)119 return ok124 ok = True145 ok = ok and f_att_c == f_att146 ok = ok and np.amax(np.abs(1 - state_c['en1']/attdet.en1)) < 2147 ok = ok and np.amax(np.abs(1 - state_c['an1']/attdet.an1)) < 2148 ok = ok and state_c['p_att'] == attdet.p_att150 return ok157 ok = True[all …]
621 ok = True644 ok = ok and (g_int_c == g_int or mismatch_count <= 1)645 ok = ok and (reset_off_c == reset_off or mismatch_count <= 1)647 return ok651 ok = True664 ok = ok and np.amax(np.abs(1 - xg_c/xg)) < 1e-6665 ok = ok and nq_c == nq667 return ok671 ok = True695 ok = ok and nbits_c == nbits[all …]
357 ok = True373 ok = ok and data_c['lpc_weighting'] == analysis.lpc_weighting374 ok = ok and data_c['nfilters'] == analysis.nfilters379 ok = ok and rc_order_c == rc_order380 ok = ok and not np.any(rc_c[:rc_order] - analysis.rc[f][:rc_order])382 ok = ok and lc3.tns_get_nbits(data_c) == analysis.get_nbits()383 ok = ok and np.amax(np.abs(y_c - y)) < 1e-2385 return ok389 ok = True405 ok = ok and np.amax(np.abs(y_c - y) < 1e-4)[all …]
100 ok = True132 ok = ok and bw_c == bwdet.run(e)134 return ok141 ok = True147 ok = ok and bw == P_BW[0]150 ok = ok and bw == P_BW[1]152 return ok158 ok = True161 ok = ok and check_unit(rng, dt, sr)164 ok = ok and check_appendix_c(dt)[all …]
497 ok = True515 ok = ok and data_c[k] == data[k]517 ok = ok and lc3.sns_get_nbits() == analysis.get_nbits()518 ok = ok and np.amax(np.abs(y - y_c)) < 1e-1528 ok = ok and data_c[k] == data[k]530 ok = ok and lc3.sns_get_nbits() == analysis.get_nbits()531 ok = ok and np.amax(np.abs(y - y_c)) < 1e-1533 return ok537 ok = True561 ok = ok and np.amax(np.abs(1 - y/y_c)) < 1e-5[all …]
457 ok = True474 ok = ok and np.amax(np.abs(y_c[-r.d-r.n:] - y[:r.d+r.n]/2)) < 4476 return ok483 ok = True496 ok = ok and np.amax(np.abs(u - C.X_TILDE_12K8D[i0][0]/2)) < 2503 ok = ok and np.amax(np.abs(u - C.X_TILDE_12K8D[i0][1]/2)) < 2505 return ok511 ok = True531 ok = ok and (not pitch_present or state_c['tc'] == ltpf.tc)532 ok = ok and np.amax(np.abs(state_c['nc'][0] - ltpf.nc[0])) < 1e-1[all …]
21 ok = True variable38 ok = ok and ret variable40 exit(0 if ok else 1)
101 ok = True106 ok = ok and np.max(np.abs(pcm - C.X_HAT_CLIP[i0][i])) < 1108 return ok112 ok = True115 ok = ok and check_appendix_c(dt)117 return ok
109 ok = True114 ok = ok and data == C.BYTES_AC[i0][i]116 return ok120 ok = True123 ok = ok and check_appendix_c(dt)125 return ok