mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
6e9d4d34ff
LLM generates invalid Python by putting keyword args inside lists: df.groupby([level=1, 'date']) ← SyntaxError Also fixes the regex for the chained groupby Pattern A/B which had an unescaped ')' causing re.error that silently reverted the fix. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>