Skip to content
Snippets Groups Projects
Commit 1ec1b3b2 authored by leufen1's avatar leufen1
Browse files

remove init call to work properly

parent 2559ed60
No related branches found
No related tags found
4 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!461Merge Dev into issue400,!458remove init call to work properly
Pipeline #106082 passed
...@@ -14,9 +14,6 @@ class HyperSearchWorkflow(DefaultWorkflow): ...@@ -14,9 +14,6 @@ class HyperSearchWorkflow(DefaultWorkflow):
workflow which is intended to be used in a training cycle. workflow which is intended to be used in a training cycle.
""" """
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
def _setup(self, **kwargs): def _setup(self, **kwargs):
"""Set up default workflow.""" """Set up default workflow."""
self.add(ExperimentSetup, **kwargs) self.add(ExperimentSetup, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment