Conversation
✅ Benchmark and Documentation CompleteThe automated workflow has completed successfully! 🎉 ✅ Completed Tasks
📖 Documentation Preview
📋 Results
🔗 Links🤖 This notification was automatically generated 2026-02-12 19:55:48 (UTC-2) |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 079c42bfee
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Project.toml
Outdated
| julia = "1.10" | ||
|
|
||
| [sources] | ||
| OptimalControlProblems = {url = "https://github.com/control-toolbox/OptimalControlProblems.jl", rev = "198-New-Problems"} |
There was a problem hiding this comment.
Pin source to an immutable commit
Using rev = "198-New-Problems" tracks a moving branch tip, so fresh Pkg resolutions can pull different OptimalControlProblems code over time and change benchmark/test behavior without any change in this repository. In this repo there is no top-level Manifest.toml to lock that revision, so this introduces non-reproducible environments for anyone instantiating from Project.toml; pinning rev to a commit SHA avoids that drift.
Useful? React with 👍 / 👎.
Results saved to docs/src/assets/benchmarks/core-ubuntu-latest/core-ubuntu-latest.json Includes environment TOMLs and benchmark script
…/control-toolbox/CTBenchmarks.jl into 146-general-test-brachistochrone
Results saved to docs/src/assets/benchmarks/core-ubuntu-latest/core-ubuntu-latest.json Includes environment TOMLs and benchmark script
Results saved to docs/src/assets/benchmarks/core-ubuntu-latest/core-ubuntu-latest.json Includes environment TOMLs and benchmark script
|
@ocots @jbcaillau brachistochrone est bon normalement les tests sont ok et ça converge bien. Vous pouvez le voir dans la doc ( note je ne sais pas pourquoi seulement lui s'affiche dans la doc mais au moins on peut le voir). |
|
Avez-vous vu les messages de gpt ? A voir pour le |
Oui j'ai vu mais je ne lui fait pas confiance, il me demande à chaque fois de rajouter des choses bizarres. Le N versus grid size ? |
|
Ce message : control-toolbox/OptimalControlProblems.jl#200 (review) Comparer avec |
No description provided.