Searched refs:ok (Results 1 – 11 of 11) sorted by relevance
98 ok = True112 ok = ok and np.amax(np.abs(y[0] - y_c[0])) < 1e-5113 ok = ok and np.amax(np.abs(y[1] - y_c[1])) < 1e-5115 return ok123 ok = True126 ok = ok and np.amax(np.abs(y - C.X[dt][0])) < 1e-1129 ok = ok and np.amax(np.abs(y - C.X[dt][1])) < 1e-1131 return ok138 ok = True152 ok = ok and np.amax(np.abs(y[0] - y_c[0])) < 1e-5[all …]
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 ok67 ok = True70 ok = ok and np.amax(np.abs(1 - e/C.E_B[dt][0])) < 1e-673 ok = ok and np.amax(np.abs(1 - e/C.E_B[dt][1])) < 1e-675 return ok81 ok = True85 ok = ok and check_unit(rng, dt, sr)[all …]
304 ok = True319 ok = ok and data_c['nfilters'] == analysis.nfilters320 ok = ok and data_c['lpc_weighting'] == analysis.lpc_weighting325 ok = ok and rc_order_c == rc_order326 ok = ok and not np.any((rc_c - analysis.rc[f])[:rc_order])328 ok = ok and lc3.tns_get_nbits(data_c) == analysis.get_nbits()329 ok = ok and np.amax(np.abs(y_c - y)) < 1e-2331 return ok335 ok = True349 ok = ok and np.amax(np.abs(y_c - y) < 1e-6)[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 ok160 ok = f_att == C.F_ATT[dt][0][all …]
577 ok = True595 ok = ok and g_int_c == g_int596 ok = ok and reset_off_c == reset_off598 return ok603 ok = True615 ok = ok and np.amax(np.abs(1 - xg_c/xg)) < 1e-6616 ok = ok and np.any(abs(xq_c - xq) < 1)617 ok = ok and nq_c == nq619 return ok624 ok = True[all …]
462 ok = True477 ok = ok and data_c[k] == data[k]479 ok = ok and lc3.sns_get_nbits() == analysis.get_nbits()480 ok = ok and np.amax(np.abs(y - y_c)) < 1e-1482 return ok486 ok = True509 ok = ok and np.amax(np.abs(y - y_c)) < 2e0511 return ok516 ok = True521 ok = ok and np.amax(np.abs(scf - C.SCF[dt][i])) < 1e-4[all …]
96 ok = True128 ok = ok and bw_c == bwdet.run(e)130 return ok135 ok = True141 ok = ok and bw == P_BW[0]144 ok = ok and bw == P_BW[1]146 return ok152 ok = True155 ok = ok and check_unit(rng, dt, sr)158 ok = ok and check_appendix_c(dt)[all …]
446 ok = True463 ok = ok and np.amax(np.abs(y_c[-r.d-r.n:] - y[:r.d+r.n]/2)) < 4465 return ok470 ok = True483 ok = ok and np.amax(np.abs(u - C.X_TILDE_12K8D[dt][0]/2)) < 2490 ok = ok and np.amax(np.abs(u - C.X_TILDE_12K8D[dt][1]/2)) < 2492 return ok498 ok = True518 ok = ok and (not pitch_present or state_c['tc'] == ltpf.tc)519 ok = ok and np.amax(np.abs(state_c['nc'][0] - ltpf.nc[0])) < 1e-2[all …]
21 ok = True variable38 ok = ok and ret variable40 exit(0 if ok else 1)
103 ok = True110 ok = ok and np.max(np.abs(pcm - C.X_HAT_CLIP[dt][i])) < 1112 return ok116 ok = True119 ok = ok and check_appendix_c(dt)121 return ok
111 ok = True118 ok = ok and data == C.BYTES_AC[dt][i]120 return ok124 ok = True127 ok = ok and check_appendix_c(dt)129 return ok