Remove self-conditioning and late-stage distortion - #95
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (2)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change removes self-conditioning and distortion support from FlowWaterGVP, FlowMatcher, training, inference, and related tests. Public method signatures, command-line options, integration calls, and configuration output are simplified. ChangesFlow API cleanup
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to The PR removes the specified self-conditioning and late-stage distortion paths without any identified current-head correctness or operational risk; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 2📝 Generate docstrings 💡
🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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 |
Strips self-conditioning (sc_* layers, p_self_cond, use_sc) and late-stage path distortion (use_distortion/p_distort/t_distort/sigma_distort) from the flow model, matcher, integrators, and CLIs.X
Summary by CodeRabbit