Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Lebensold committed Jul 7, 2023
1 parent 2d787a0 commit 972dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodp/dp_bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ def get_eps_randresp_optimal(p,delta):
elif delta >= 2*p - 1:
return 0.0
else:
return np.log(p-delta) - np.log(1 - p)
return np.log(p-delta) - np.log(1 - p)

0 comments on commit 972dc84

Please sign in to comment.