fix: correct single-precision CI testing#1400
fix: correct single-precision CI testing#1400sbryngelson wants to merge 2 commits intoMFlowCode:masterfrom
Conversation
…d, remove Example skip
… mismatch with example dir names)
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
Claude Code ReviewHead SHA: 84ffb7a Files changed:
FindingsImplicit The matrix entry changed at line 175 ( TEST_ALL: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}Before this PR, the single-precision entry had This is a substantially larger test scope than before. If the intent was only to add |
Closes #759
Summary
\$PRECISIONto the Test step in `.github/workflows/test.yml` so single-precision binaries are actually tested with `--single` tolerances (root bug: `$PRECISION` was only in the Build step env, so the Test step ran double-precision test selection/tolerance against single-precision output)Test plan