-
Notifications
You must be signed in to change notification settings - Fork 95
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
Debug test failures on master branch #431
Conversation
It seems there are issues with the version of the installed pytorch.
All the failing tests are reporting error related to it.
|
This is very weird, especially given that this runs on CI without GPU (the specific torch version has been compiled against cu117, which shouldn't be installed in any case). I suspect that there is a recent update (either in our codebase or in a dependency) that brought this as a dependency. I will try to check asap. |
It seems the manipulation_test is still failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I cannot approve this PR because I created it.
But @passalis you should be able to approve it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
The test-sources (macos-10.15) test is hanging in all the branches (including the scheduled tests). I tried to simply upgrade the version in this PR. |
The test-sources is now passing both on ubuntu and macos-11. @passalis could you please change the merge requirements and replace the |
@tsampazk oops, I change the test_suite_develop just after your approval |
Done. Thanks! |
* Disable mobile manipulation test * PyTorch version bump * PyTorch version bump * PyTorch version bump * PyTorch version bump * PyTorch version bump * Gym version bump * Gym version bump * Wheel version downgrade to openai/gym#3202 * Wheel version downgrade due to openai/gym#3202 * Wheel version downgrade due to openai/gym#3202 * Removed unsupported argument `enable_onnx_checker` * Added opset version * Added opset versions * Fixed `load_state_dict_from_url` calls * Fixed interpolation argument due to pytorchvision bump * Fixed `load_state_dict_from_url` import * Removed inplace operation * Remove inplace operation * Added missing dependency * Style fix * Removed unused import * DCN update * DCN update * DCN update * DCN version fix * Fix DCN loading to be backward compatible * Update tests_suite.yml * Update tests_suite_develop.yml * Update test_packages.yml * Update test_packages.yml * Update tests_suite.yml * Update tests_suite_develop.yml * Update test_packages.yml * Update tests_suite.yml * Update tests_suite_develop.yml * Update test_packages.yml * Update tests_suite.yml * Update tests_suite_develop.yml * Update deprecated macos image * Disable source tests on ubuntu for testing * Revert previous commit * Try to fix apt errors * Update macos image --------- Co-authored-by: Nikolaos Passalis <[email protected]> Co-authored-by: Nikolaos Passalis <[email protected]>
macos-10.15
tomacos-11