Replies: 10 comments 6 replies
-
We must handle print of OptimalControlSolution from > sol = solve(ocp)
Error showing value of type OptimalControlSolution:
ERROR: MethodError: no method matching get(::IOContext{Base.TTY}, ::Symbol, ::Bool)
You may have intended to import Base.get
Some of the types have been truncated in the stacktrace for improved reading. To emit complete information
in the stack trace, evaluate `TruncatedStacktraces.VERBOSE[] = true` and re-run the code.
Closest candidates are:
... |
Beta Was this translation helpful? Give feedback.
-
When testing WARNING: both CTBase and Base export "adjoint"; uses of it in module OptimalControl must be qualified
WARNING: both CTBase and Base export "success"; uses of it in module OptimalControl must be qualified Maybe, in import Base: adjoint, success to extend the functions. |
Beta Was this translation helpful? Give feedback.
-
I have also this message: WARNING: importing deprecated binding Colors.RGB1 into PlotUtils.
WARNING: importing deprecated binding Colors.RGB4 into PlotUtils. |
Beta Was this translation helpful? Give feedback.
-
About Typing, maybe I should remove the Function Type in:
since for instance, when using |
Beta Was this translation helpful? Give feedback.
-
Coding Jupyter notebook and github: https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files#working-with-jupyter-notebook-files-on-github |
Beta Was this translation helpful? Give feedback.
-
@jbcaillau I have made a new release of |
Beta Was this translation helpful? Give feedback.
-
@PierreMartinon I have removed internal getters, that is getters of for instance the |
Beta Was this translation helpful? Give feedback.
-
Issue in box constraints transferred to |
Beta Was this translation helpful? Give feedback.
-
We have to be better on the covering, that is we need more unit tests. |
Beta Was this translation helpful? Give feedback.
-
I have replaced Now, we have to update any package which need it, that is update the julia> ]
rm CTProblemLibrary HamitlonianFlows
add CTProblems CTFlows |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting tasks:
You can get access to the list of all the issues labeled
march2023
.Remarks / other possible tasks.
assert macro
for pre-conditions: see Issue 74.CTProblems
starting by adding the solution of the Goddard problem.Beta Was this translation helpful? Give feedback.
All reactions