Skip to content
Snippets Groups Projects
Commit 3ce4920f authored by lukas leufen's avatar lukas leufen
Browse files

Merge branch 'lukas_issue408_feat_hypersearch-workflow-without-postprocessing' into 'develop'

remove init call to work properly

See merge request !458
parents f4481363 1ec1b3b2
Branches
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 #106095 failed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment