pyomeca / bioptim

An optimization framework that links CasADi, Ipopt, ACADOS and biorbd for Optimal Control Problem
MIT License
95 stars 47 forks source link

Fixing multi_biorbd_model #879

Closed pariterre closed 5 months ago

pariterre commented 5 months ago

All Submissions:

New Feature Submissions:

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

Changes to Core Features:


This change is Reviewable

pariterre commented 5 months ago

This fix #877 @Ipuch Please can you review and confirm that ACADOS failing is expected?

pariterre commented 5 months ago

This also fix a new issue in regards to numpy.testing failing after reading a biorbd.Model @Ipuch Can you confirm this fix locally on your computer as well?

Ipuch commented 5 months ago

@Ipuch Please can you review and confirm that ACADOS failing is expected?

Yes, it started failing from #858

This also fix a new issue in regards to numpy.testing failing after reading a biorbd.Model @Ipuch Can you confirm this fix locally on your computer as well?

It works locally just fine.