diff --git a/choose_best_layout.py b/choose_best_layout.py index 8ac4dc2..070570c 100644 --- a/choose_best_layout.py +++ b/choose_best_layout.py @@ -16,7 +16,7 @@ class LayoutResult: fanout: int data: Dict[str, Any] - +# Metrics are keys expected in app.py's JSON output. METRICS = [ "treeHeight", "totalNodes",