KeenWoo commited on
Commit
8479fc5
·
verified ·
1 Parent(s): 980f481

Update evaluate.py

Browse files
Files changed (1) hide show
  1. evaluate.py +2 -1
evaluate.py CHANGED
@@ -399,6 +399,7 @@ def run_comprehensive_evaluation(
399
  except Exception as e:
400
  print(f"WARNING: Could not build confusion matrix: {e}")
401
 
402
- return summary_text, table_rows, headers
 
403
 
404
  ## END
 
399
  except Exception as e:
400
  print(f"WARNING: Could not build confusion matrix: {e}")
401
 
402
+ # return summary_text, table_rows, headers
403
+ return summary_text, table_rows
404
 
405
  ## END