diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html index 6fbbc868..402457c3 100644 --- a/docs/pyerrors/obs.html +++ b/docs/pyerrors/obs.html @@ -1757,7 +1757,7 @@ if r_name not in obs2.e_content[e_name]: continue gamma_div += calc_gamma(np.ones(obs1.shape[r_name]), np.ones(obs2.shape[r_name]), obs1.idl[r_name], obs2.idl[r_name], idl_d[r_name]) - e_N += np.sum(np.ones_like(idl_d[r_name])) + e_N += len(idl_d[r_name]) gamma /= gamma_div # Bias correction hep-lat/0306017 eq. (49)