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