Leon4gr45 commited on
Commit
8425946
·
verified ·
1 Parent(s): 802854b

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -280,7 +280,7 @@ class AICoScientist:
280
  )
281
 
282
  self.final_report = report
283
- self.logger.info(f"Generated research report with {len(report['hypotheses'])} hypotheses")
284
 
285
  return report
286
 
 
280
  )
281
 
282
  self.final_report = report
283
+ self.logger.info(f"Generated research report with {report.get('hypothesis_count', 'unknown')} hypotheses")
284
 
285
  return report
286