Skip to content

Commit

Permalink
Fix a bug: change lifelonglearning module type
Browse files Browse the repository at this point in the history
Signed-off-by: JimmyYang20 <yangjin39@huawei.com>
  • Loading branch information
JimmyYang20 committed Aug 29, 2022
1 parent 6a487b6 commit 300d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/testcasecontroller/algorithm/paradigm/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def build_paradigm_job(self, paradigm_type):
task_definition=self.module_instances.get(
ModuleType.TASK_DEFINITION.value),
task_relationship_discovery=self.module_instances.get(
ModuleType.TASK_DEFINITION.value),
ModuleType.TASK_RELATIONSHIP_DISCOVERY.value),
task_allocation=self.module_instances.get(
ModuleType.TASK_ALLOCATION.value),
task_remodeling=self.module_instances.get(
Expand Down

0 comments on commit 300d38e

Please sign in to comment.