]> Piment Noir Git Repositories - freqai-strategies.git/commit
style(quickadapter): tighten tail probe docstring clause (c)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 12:36:33 +0000 (14:36 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 12:36:33 +0000 (14:36 +0200)
commitf1acbdb7284fca21d76094d393996638dd1c083b
tree91eb7073eb1bef6798974b8c315c553ab9025172
parent1503c17b6788a70854562baaa24b32ad32ca80a6
style(quickadapter): tighten tail probe docstring clause (c)

The (c) clause previously named both `ValueError` and
`UnicodeDecodeError` plus their subclass relationship. The exception
classes are visible at the `except ValueError` line below — keep the
behavioral description in the docstring ("not parseable by
json.loads (malformed JSON or invalid UTF-8)") and let the code
document the catch surface.
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py