diff --git a/tests/test_workflow/test_workflow.py b/tests/test_workflow/test_workflow.py index 1711c8a..6259efb 100644 --- a/tests/test_workflow/test_workflow.py +++ b/tests/test_workflow/test_workflow.py @@ -18,7 +18,7 @@ import learnware.specification as specification curr_root = os.path.dirname(os.path.abspath(__file__)) user_semantic = { - "Data": {"Values": ["Tabular"], "Type": "Class"}, + "Data": {"Values": ["Image"], "Type": "Class"}, "Task": { "Values": ["Classification"], "Type": "Class", @@ -27,6 +27,12 @@ user_semantic = { "Scenario": {"Values": ["Education"], "Type": "Tag"}, "Description": {"Values": "", "Type": "String"}, "Name": {"Values": "", "Type": "String"}, + "Output": { + "Dimension": 1, + "Description": { + "0": "The label of the hand-written digit." + } + }, }