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

Fix for Casadi 3.6.2 on Mac #660

Merged
merged 2 commits into from
May 3, 2023
Merged

Fix for Casadi 3.6.2 on Mac #660

merged 2 commits into from
May 3, 2023

Conversation

pariterre
Copy link
Member

@pariterre pariterre commented May 3, 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

@pariterre pariterre force-pushed the master branch 3 times, most recently from 2d1564c to 144c869 Compare May 3, 2023 15:31
@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch coverage: 79.85% and project coverage change: -0.46 ⚠️

Comparison is base (7a9f95f) 81.78% compared to head (3c1fbec) 81.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #660      +/-   ##
==========================================
- Coverage   81.78%   81.33%   -0.46%     
==========================================
  Files         112      112              
  Lines       12567    12696     +129     
==========================================
+ Hits        10278    10326      +48     
- Misses       2289     2370      +81     
Impacted Files Coverage Δ
...imal_control/double_pendulum_torque_driven_IOCP.py 36.20% <0.00%> (-0.87%) ⬇️
bioptim/gui/graph.py 95.18% <ø> (ø)
bioptim/limits/penalty_node.py 35.08% <0.00%> (ø)
bioptim/gui/check_conditioning.py 85.53% <52.38%> (ø)
bioptim/limits/multinode_constraint.py 69.91% <56.52%> (-21.28%) ⬇️
bioptim/limits/objective_functions.py 89.23% <56.52%> (+1.48%) ⬆️
bioptim/limits/penalty_option.py 85.85% <59.45%> (-4.26%) ⬇️
bioptim/limits/constraints.py 81.71% <77.77%> (-1.86%) ⬇️
bioptim/optimization/optimal_control_program.py 86.58% <80.00%> (-0.76%) ⬇️
bioptim/optimization/solution.py 83.65% <83.33%> (ø)
... and 29 more

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

@pariterre pariterre merged commit c53f684 into pyomeca:master May 3, 2023
4 of 6 checks passed
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

1 participant