From 77a83c97e091a3e566d5fc7c88cf95bab43a30a8 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Mon, 3 Dec 2018 04:38:19 +0000 Subject: [PATCH] remove parameters from mve.py Former-commit-id: 9f8d10ae640495b13b41c31804315eca2d3ba38b --- scripts/mve.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/mve.py b/scripts/mve.py index df78fa53..a6e804a9 100644 --- a/scripts/mve.py +++ b/scripts/mve.py @@ -7,8 +7,6 @@ from opendm import context class ODMMveCell(ecto.Cell): -# def declare_params(self, params): -# params.declare("output_scale", "scale of optimization", 2) def declare_io(self, params, inputs, outputs): inputs.declare("tree", "Struct with paths", [])