Skip to content
Snippets Groups Projects

Introduced multilayer computation

Merged Adham Hashibon requested to merge multilayering into master
4 files
+ 14
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -45,7 +45,7 @@ class TestWorkflowWriter(unittest.TestCase):
self.assertIn("version", result)
self.assertIn("workflow", result)
self.assertIn("mco", result["workflow"])
self.assertIn("data_sources", result["workflow"])
self.assertIn("execution_layers", result["workflow"])
self.assertIn("kpi_calculators", result["workflow"])
def test_write_and_read(self):
Loading