heymenn commited on
Commit
b0355df
·
verified ·
1 Parent(s): 9067d41

Update src/core.py

Browse files
Files changed (1) hide show
  1. src/core.py +2 -0
src/core.py CHANGED
@@ -19,6 +19,8 @@ def process_input(data):
19
 
20
  save_to_pickle(result_similarities)
21
 
 
 
22
  best_combinations = find_best_list_combinations(constraints_stemmed,global_tech, matrix)
23
  best_technologies_id = select_technologies(best_combinations)
24
  best_technologies = get_technologies_by_id(best_technologies_id,global_tech)
 
19
 
20
  save_to_pickle(result_similarities)
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)