]> Piment Noir Git Repositories - freqai-strategies.git/commit
style(weights): rename fb_total to total in sanitize_and_renormalize fallback
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 May 2026 11:54:24 +0000 (13:54 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 May 2026 11:54:24 +0000 (13:54 +0200)
commit1d86add40e64d5e2fb6c917567f9bd8b5cabac1c
treecdc8b02ba0c59a82ac4247855123ecf0e9ce3ee1
parent64bbd71f52754d7a75f5ce28d8d25512406576a6
style(weights): rename fb_total to total in sanitize_and_renormalize fallback

The fb_ prefix referenced the fallback array but the variable sums the
masked array. Use bare 'total' to match the primary path idiom.
quickadapter/user_data/strategies/Utils.py