Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RTM] Added intercept for proportional states/controls #646

Merged
merged 5 commits into from
Apr 21, 2023

Conversation

EveCharbie
Copy link
Collaborator

@EveCharbie EveCharbie commented Apr 16, 2023

All Submissions:

  • Have you followed the guidelines in our Contributing document [docs/contribution.md]?
  • Have you checked to ensure there aren't other open [Pull Requests] for the same update/change?
  • Have you opened/linked the issue related to your pull request?
  • Have you used the tag [WIP] for on-going changes, and removed it when the pull request was ready?
  • When ready to merge, have you sent a comment pinging @pariterre in it?

New Feature Submissions:

  1. Does your submission pass the tests (if not please explain why this is intended)?
  2. Did you write a proper documentation (docstrings and ReadMe)
  3. Have you linted your code locally prior to submission (using the command: black . -l120 --exclude "external/*")?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new examples for your core changes, as applicable?
  • Have you written new tests for your core changes, as applicable?

This change is Reviewable

@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

Patch coverage: 83.53% and project coverage change: +0.03 🎉

Comparison is base (f87ac04) 81.74% compared to head (9682046) 81.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #646      +/-   ##
==========================================
+ Coverage   81.74%   81.77%   +0.03%     
==========================================
  Files         110      111       +1     
  Lines       12429    12477      +48     
==========================================
+ Hits        10160    10203      +43     
- Misses       2269     2274       +5     
Impacted Files Coverage Δ
bioptim/gui/check_conditioning.py 85.53% <0.00%> (ø)
...imal_control/double_pendulum_torque_driven_IOCP.py 37.06% <37.06%> (ø)
bioptim/limits/phase_transition.py 92.22% <50.00%> (ø)
...es/torque_driven_ocp/example_multi_biorbd_model.py 72.72% <72.72%> (ø)
bioptim/misc/mapping.py 89.63% <89.87%> (ø)
bioptim/optimization/optimization_variable.py 87.63% <92.85%> (ø)
bioptim/interfaces/biorbd_model.py 96.43% <96.29%> (ø)
bioptim/__init__.py 100.00% <100.00%> (ø)
bioptim/dynamics/configure_problem.py 91.22% <100.00%> (ø)
bioptim/dynamics/integrator.py 95.67% <100.00%> (ø)
... and 12 more

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@EveCharbie EveCharbie changed the title Added intercept for proportional states/controls [RTR] Added intercept for proportional states/controls Apr 16, 2023
pariterre
pariterre previously approved these changes Apr 20, 2023
Copy link
Member

@pariterre pariterre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test this feature?

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @EveCharbie)

@EveCharbie EveCharbie changed the title [RTR] Added intercept for proportional states/controls [RTM] Added intercept for proportional states/controls Apr 20, 2023
Copy link
Member

@pariterre pariterre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @EveCharbie)

@pariterre pariterre merged commit 7644c78 into pyomeca:master Apr 21, 2023
6 checks passed
@EveCharbie EveCharbie deleted the update_proportional_state branch May 30, 2023 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants