Searched refs:_VAR_THRESH (Results 1 – 2 of 2) sorted by relevance
35 _VAR_THRESH = 1.01 # each shot must be 1% noisier than previous variable146 if variance >= vars_step_means[variance_idx+1] / _VAR_THRESH:
37 _VAR_THRESH = 1.01 # Each shot must be 1% noisier than previous variable142 if variance >= vars_step_means[variance_idx+1] / _VAR_THRESH: