mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
b4674ce3a0
The previous "fix" introduced pd.read_pickle(encoding="utf-8", "/path") which is a SyntaxError (positional argument after keyword argument). pd.read_pickle() has no encoding parameter. Replace with correct # nosec B301 comment — pickle is safe here because the files are written by the Kaggle preprocessing pipeline in a sandboxed container and never sourced from user input. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>