From d46c587cdd385d1bc2197d1d64e32700e33cb1a1 Mon Sep 17 00:00:00 2001 From: mmaheshwari2 Date: Sun, 2 Mar 2025 13:16:47 -0800 Subject: [PATCH] analyze construction task update --- .../analyze_multiagent_construction_tasks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/construction_tasks/analyze_multiagent_construction_tasks.js b/test/construction_tasks/analyze_multiagent_construction_tasks.js index 1af552b..744510a 100644 --- a/test/construction_tasks/analyze_multiagent_construction_tasks.js +++ b/test/construction_tasks/analyze_multiagent_construction_tasks.js @@ -27,6 +27,6 @@ Object.entries(counts).forEach(([category, count]) => { console.log(`\nTotal tasks: ${Object.keys(tasks).length}`); console.log(`Total categories: ${Object.keys(counts).length}`); -const expectedTotal = 5 * 3 * 3* 3 - * 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants -console.log(`Expected total tasks: ${expectedTotal}`); \ No newline at end of file +// const expectedTotal = 5 * 3 * 3* 3 +// * 5; // materialLevels * roomCounts * windowStyles * carpetStyles * variants +// console.log(`Expected total tasks: ${expectedTotal}`); \ No newline at end of file