-
Notifications
You must be signed in to change notification settings - Fork 173
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
Test Fixes #3898
Test Fixes #3898
Conversation
@@ -34,7 +34,7 @@ for (lbl in labels) { | |||
condaEnv("isis3") { | |||
// Environment | |||
loginShell """ | |||
conda install -c conda-forge python=3 | |||
conda install -c conda-forge python=3 findutils |
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.
temporary fix, PR into the docker repo incoming. Not sure how that process will go to get the new containers running (had flakiness from updating image:latest and not being pulled as k8s doesn't see it as a newer version of the container ) so I don't want to count on it too much at the moment.
@@ -46,7 +46,7 @@ Embree shape model status: | |||
Model has intersection? true | |||
Surface Point: ( 0.2908 , -0.0019 , 0.0005 ) | |||
Model has normal? true | |||
Surface Normal: ( 0.847198 , -0.194495 , 0.494395 ) | |||
Surface Normal: ( 0.8471 , -0.1944 , 0.4943 ) |
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.
Is this rounding a Mac vs Linux issue?
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.
Sort of, Embree only does floating point precision calculations and we sometimes see very small differences based on OS.
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.
Hopefully this makes the test less flaky
Description
This should get the currently failing tests on Linux boxes passing again.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Licensing
This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: