-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add missing test test_fixed_foot_detector.py to Python tests #658
Conversation
I also tried to fix the test, with this modification:
but now I am hitting the problem:
|
Let me try to give it a look |
I guess it is a matter of adding |
Small OT: there are also a lot of warnings like:
not sure if this is intentional or not. |
There are also a lot of Ubuntu failure like:
this is because the |
Hi tried to replicate the failure but everything seems working fine on my PC. I've tested this commit 3628840 (The last of this PR) |
This will be fixed by conda-forge/compilers-feedstock#57 . |
Ok that's strange the test is not called via |
The test #658 (comment) was failing because of a regression caused by 95a29b4. |
Thanks, great! If the Windows Conda CI passes I think we can merge, the other CIs will work as soon as conda-forge/compilers-feedstock#57 is merged, but I guess we need anyhow to wait at least for the US morning. |
Regression caused by 95a29b4
cb96722
to
b91fb10
Compare
Shall we release a new version? |
For conda-forge it is not necessary, I just skipped the broken test there, but there was no actual bug in the non-test code. |
Since windows conda ci is passing I'm going to merge the PR as @traversaro suggested in #658 (comment) |
There was an unexpected test failure in conda-forge/bipedal-locomotion-framework-feedstock#25, and it turned out a test was not run in the CI.