Spaces:
Sleeping
Sleeping
Update src/core.py
Browse files- src/core.py +1 -1
src/core.py
CHANGED
@@ -21,7 +21,7 @@ def process_input(data):
|
|
21 |
|
22 |
print(f"Matrix : {matrix} \n Constraints : {constraints_stemmed} \n Gloabl tech : {global_tech}")
|
23 |
|
24 |
-
best_combinations = find_best_list_combinations(constraints_stemmed, global_tech,
|
25 |
best_technologies_id = select_technologies(best_combinations)
|
26 |
best_technologies = get_technologies_by_id(best_technologies_id,global_tech)
|
27 |
|
|
|
21 |
|
22 |
print(f"Matrix : {matrix} \n Constraints : {constraints_stemmed} \n Gloabl tech : {global_tech}")
|
23 |
|
24 |
+
best_combinations = find_best_list_combinations(constraints_stemmed, global_tech, matrix)
|
25 |
best_technologies_id = select_technologies(best_combinations)
|
26 |
best_technologies = get_technologies_by_id(best_technologies_id,global_tech)
|
27 |
|