Skip to content
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

fix failing object detection e2e jupyter notebook UI tests on linux #2341

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Sep 15, 2023

Description

fix failing object detection e2e jupyter notebook UI tests on linux

seeing failing object detection unit tests on linux:

image

however on windows these seem to pass as there are indeed 3 and not 2 cohorts generated when selecting mean_pixel_value in the unit tests to generate the feature cohorts for object detection. This seems to be a numerical difference caused by the packages installed on the operating systems. Adding a special helper function for tests and conditionally setting the expected value based on the OS.
Note: these errors are currently causing other PRs to be blocked due to consistent build failures like #2337

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants