Skip to content
Snippets Groups Projects

Separated MCO and evaluation in two different plugins

Merged Adham Hashibon requested to merge divide-applications into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,6 @@ class BDSSApplication(Application):
super().__init__(plugins=plugins)
def _workflow_default(self):
with open(self.workflow_filepath) as f:
return Workflow.from_json(json.load(f))
Loading