loubnabnl HF staff commited on
Commit
2b593f3
1 Parent(s): b61a987

remove print

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -35,8 +35,8 @@ def evaluate_generations(generations: list, level: str = "all", debug: bool = Fa
35
  curr_res = [-2]
36
  try:
37
  curr_res = test_util.run_test(sample, test=o, debug=debug)
38
- #if debug:
39
- print(f"\nSuccessful compilation of task {index}!")
40
  fixed = []
41
  for e in curr_res:
42
  if isinstance(e, np.ndarray):
 
35
  curr_res = [-2]
36
  try:
37
  curr_res = test_util.run_test(sample, test=o, debug=debug)
38
+ if debug:
39
+ print(f"\nSuccessful compilation of task {index}!")
40
  fixed = []
41
  for e in curr_res:
42
  if isinstance(e, np.ndarray):