From 1ec1b3b24b9d472b0bb5f55604a04f1a24173119 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Wed, 20 Jul 2022 12:40:25 +0200 Subject: [PATCH] remove init call to work properly --- mlair/workflows/custom_workflows.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mlair/workflows/custom_workflows.py b/mlair/workflows/custom_workflows.py index 5dd8d143..868a4d24 100644 --- a/mlair/workflows/custom_workflows.py +++ b/mlair/workflows/custom_workflows.py @@ -14,9 +14,6 @@ class HyperSearchWorkflow(DefaultWorkflow): workflow which is intended to be used in a training cycle. """ - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - def _setup(self, **kwargs): """Set up default workflow.""" self.add(ExperimentSetup, **kwargs) -- GitLab