Files
AlphaFlow-MT5-ML-DL-Trading…/tests
google-labs-jules[bot] 251aa900dd Add tests for feature engineering features and fix related bugs
- Create `tests` directory and `tests/test_feature_engineering.py`.
- Add comprehensive pytests covering 10 functions in `features/feature_engineering.py`.
- Fix bug in `market_regime_dc` where integer index locations were incorrectly applied to the original DataFrame using `.loc`.
- Fix bug in `displacement_detection` where type coercion failed due to combining integer and float series in bitwise AND operations (`&`).
- Add assertions for column existence and value range bounding.

Co-authored-by: maghdam <63883156+maghdam@users.noreply.github.com>
2026-03-11 18:37:59 +00:00
..