Update src/main.py
Browse files- 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 {
|
| 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 |
|