lmdk_sel: Minor corrections
This commit is contained in:
parent
812dc7406f
commit
79840d5b32
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user