-
Notifications
You must be signed in to change notification settings - Fork 508
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
--[Bug Fix] Address out of date config file extensions. #508
--[Bug Fix] Address out of date config file extensions. #508
Conversation
024aab7
to
2075580
Compare
2075580
to
4830782
Compare
4830782
to
b1d5589
Compare
If it passes, merge it in. |
What is causing this timeout? It happens pretty often on sim as well :(. |
Can you link logs? All the force pushing is covering up which runs actually timed out. |
There is a pytest timeout that says no test can take more than 10 minutes. That can be changed in settings. |
It seems arbitrary - sometimes it times out, sometimes it does not. The most recent was the one that just failed. |
This test was not compiling on my machine due to sqrt() returning a double and then passing that to Vector3 initializer list. Using builtin Magnum constants for that instead, plus constructing the vector in a single step.
--[Bug Fix] Address out of date config file extensions.
--[Bug Fix] Address out of date config file extensions.
Motivation and Context
Updates Hab-Lab to be compatible with recent Hab-Sim breaking changes :
facebookresearch/habitat-sim#869
How Has This Been Tested
Types of changes
x- Bug fix (non-breaking change which fixes an issue)
Checklist