heymenn commited on
Commit
6117e08
·
verified ·
1 Parent(s): 9f6573c

Update src/core.py

Browse files
Files changed (1) hide show
  1. 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, result_similarities)
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