fix: use prepared CALYPSO model by default - #378
Conversation
Build the default optimization command from the TensorFlow or PyTorch model filename prepared for the task. Closes deepmodeling#352 Coding-Agent: Codex Codex-Version: codex-cli 0.149.0 Model: gpt-5.6-sol Reasoning-Effort: xhigh
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughAdds ChangesCalypso DP optimization
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to The change selects the backend-specific prepared CALYPSO model for the default command; no actionable merge-blocking risk remains at the current head, so it is merge-ready after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant TaskInput
participant RunCalyDPOptim
participant Calypso
participant ResultArtifacts
TaskInput->>RunCalyDPOptim: provide configuration and task metadata
RunCalyDPOptim->>RunCalyDPOptim: resolve model and link inputs
RunCalyDPOptim->>Calypso: execute optimization command
Calypso-->>RunCalyDPOptim: return status and generated files
RunCalyDPOptim->>ResultArtifacts: copy optimization and trajectory outputs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1⚔️ Resolve merge conflicts 💡
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 |
Retracted. This review was produced without running the mandated /code-review fan-out (the loop skill's section 2); the substitute process used instead has since been shown to miss findings and, in one case, to state a verified-sounding falsehood. Re-reviewing properly.
Summary
frozen_model.pbormodel.ckpt.ptaccordinglyTests
PYTHONPATH=tests python -m unittest -v tests.op.test_run_caly_dp_optim.TestRunDPOptim.test_00_successgit diff --checkCloses #352
Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh
Summary by CodeRabbit
New Features
Bug Fixes
Tests