resolve space issues

This commit is contained in:
Yuqing 2021-05-11 00:19:52 -07:00
parent 09270afed6
commit 9d13376707

View file

@ -466,7 +466,7 @@ def _compute_rdp_sample_without_replacement_int(q, sigma, alpha):
def func(x):
# Return the rdp of Gaussian mechanism
return 1.0*(x)/(2.0*sigma**2)
return 1.0 * x / (2.0 * sigma**2)