You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(rlvr): write run cards under tmp_path, not the repo root
train_grpo.main() writes a run card to its output dir; these tests passed
relative paths (fake/out, fake/phase_b), so once they ran end-to-end (after
the trl-shim + run-logging fixes) they created ./fake/ in the working tree.
Route the output dirs through pytest's tmp_path fixture so the suite no longer
pollutes the repo.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments