lmdk_sel: Minor corrections

This commit is contained in:
Manos Katsomallos 2021-10-06 15:59:28 +02:00
parent 812dc7406f
commit 79840d5b32

View File

@ -311,6 +311,8 @@ def find_lmdks(seq, lmdks, epsilon):
lmdks_new - The new landmarks. lmdks_new - The new landmarks.
The remaining privacy budget. The remaining privacy budget.
''' '''
# The new landmarks
lmdks_new = lmdks
# The privacy budget to use # The privacy budget to use
eps_sel = 0 eps_sel = 0
if len(lmdks) > 0 and len(seq) != len(lmdks): if len(lmdks) > 0 and len(seq) != len(lmdks):