Closed Kev1CO closed 7 months ago
Last blocking tests are the dimension comparation between states from sol.integrate and time from sol.stepwise_time because sol.stepwise_time as still redundant nodes compared to sol.integrate states. Should I give an argument to sol.stepwise_time(remove_redundant=True) and adjust the dimension here or in the tests compare time and states from sol.integrate(return_time=True)?
Do not know how to fix last failed tests
When returning time sol.integrate(return_time=True), should the time vector be concatenated in one array (array([0, 0.1, 0.2])) instead of keeping its initial shape of array([[0], [0.1], [0.2]])
Attention: Patch coverage is 82.85714%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 78.50%. Comparing base (
7494252
) to head (4cda59c
). Report is 100 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
bioptim/optimization/solution/solution.py | 82.85% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
All Submissions:
New Feature Submissions:
black . -l120 --exclude "external/*"
)?Changes to Core Features:
This change is