mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-08 15:05:13 +02:00
Fix test
Signed-off-by: abigailt <abigailt@il.ibm.com>
This commit is contained in:
parent
87b9a8c2ea
commit
30725b33b7
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def test_minimizer_params_not_transform():
|
|||
assert (ncp > 0.0)
|
||||
|
||||
|
||||
def test_minimizer_params_not_transform_no_data(data):
|
||||
def test_minimizer_params_not_transform_no_data():
|
||||
# Assume two features, age and height, and boolean label
|
||||
cells = [{"id": 1, "ranges": {"age": {"start": None, "end": 38}, "height": {"start": None, "end": 170}}, "label": 0,
|
||||
'categories': {}, "representative": {"age": 26, "height": 149}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue