TradingAgents/.jules
ahmet guzererler 635ec430b1
Bolt: Replace `statistics` with pure math operations in `risk_evaluator.py` (#133)
- Replaced `statistics.mean`, `statistics.stdev`, and `statistics.pvariance` with pure-Python builtins using `sum()` and `len()`.
- Added performance optimization logging to `.jules/bolt.md`.
- Updated tests and verified results match the original.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-27 11:33:48 +01:00
..
bolt.md Bolt: Replace `statistics` with pure math operations in `risk_evaluator.py` (#133) 2026-03-27 11:33:48 +01:00