Maximofn commited on
Commit
cda9aa4
·
1 Parent(s): 4441603

chore(SRC): :rocket: Uncomment find macros that match dates of users

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -67,11 +67,11 @@ def calcular_macros(esfuerzo_dieta, objetivo, cumplimiento_entrenamiento,
67
  # Print matches
68
  print(f"Matches:\n{matches_dict}")
69
 
70
- # # Find macros that match dates of users
71
- # macros_differences_list = find_macros_that_match_dates_of_users(matches_dict)
72
 
73
- # # Print macros
74
- # print(f"Macros:\n{macros_differences_list}")
75
 
76
  # # Calculate macros min, max and mean
77
  # (train_day_protein_std, train_day_carbs_std, train_day_fat_std, intratrain_protein_std, intratrain_carbs_std,
 
67
  # Print matches
68
  print(f"Matches:\n{matches_dict}")
69
 
70
+ # Find macros that match dates of users
71
+ macros_differences_list = find_macros_that_match_dates_of_users(matches_dict)
72
 
73
+ # Print macros
74
+ print(f"Macros:\n{macros_differences_list}")
75
 
76
  # # Calculate macros min, max and mean
77
  # (train_day_protein_std, train_day_carbs_std, train_day_fat_std, intratrain_protein_std, intratrain_carbs_std,