forked from 626_privacy/tensorflow_privacy
Minor bug in tree aggregation accountant test.
PiperOrigin-RevId: 420145652
This commit is contained in:
parent
dd1e6f2d0c
commit
867f3d4c55
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class TreeAggregationTest(tf.test.TestCase, parameterized.TestCase):
|
|||
eps = rdp_accountant.get_privacy_spent(
|
||||
orders, rdp, target_delta=target_delta)[0]
|
||||
self.assertLess(eps, prev_eps)
|
||||
prev_eps = eps
|
||||
|
||||
@parameterized.named_parameters(
|
||||
('negative_noise', -1, 3, 1),
|
||||
|
|
Loading…
Reference in a new issue