Browse Source

[MNT] modify user_semantic in test_workflow

tags/v0.3.2
Gene 2 years ago
parent
commit
e9208d2d9d
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      tests/test_workflow/test_workflow.py

+ 7
- 1
tests/test_workflow/test_workflow.py View File

@@ -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."
}
},
}




Loading…
Cancel
Save