Skip to content

Commit

Permalink
fix conflict error
Browse files Browse the repository at this point in the history
Signed-off-by: hsj576 <[email protected]>
  • Loading branch information
hsj576 committed Jul 24, 2023
1 parent be421cc commit 8d832a8
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 @@ -122,7 +122,7 @@ def build_paradigm_job(self, paradigm_type):
unseen_sample_re_recognition=self.module_instances.get(
ModuleType.UNSEEN_SAMPLE_RE_RECOGNITION.value)
)

# pylint: disable=E1101
if paradigm_type == ParadigmType.MULTIEDGE_INFERENCE.value:
return self.modules_funcs.get(ModuleType.BASEMODEL.value)()

Expand Down

0 comments on commit 8d832a8

Please sign in to comment.