resolve space issues
This commit is contained in:
parent
09270afed6
commit
9d13376707
1 changed files with 7 additions and 7 deletions
|
@ -466,7 +466,7 @@ def _compute_rdp_sample_without_replacement_int(q, sigma, alpha):
|
||||||
|
|
||||||
def func(x):
|
def func(x):
|
||||||
# Return the rdp of Gaussian mechanism
|
# Return the rdp of Gaussian mechanism
|
||||||
return 1.0*(x)/(2.0*sigma**2)
|
return 1.0 * x / (2.0 * sigma**2)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue