Skip to content

Commit

Permalink
Merge pull request #33 from JimmyYang20/feature-lifelong-n
Browse files Browse the repository at this point in the history
Fix a bug: change lifelonglearning module type
  • Loading branch information
jaypume authored Aug 29, 2022
2 parents 8517e0a + 300d38e commit c908199
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 c908199

Please sign in to comment.