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 order of results in vision suite #977

Merged
merged 2 commits into from Mar 9, 2022
Merged

Fix order of results in vision suite #977

merged 2 commits into from Mar 9, 2022

Conversation

matanper
Copy link
Contributor

@matanper matanper commented Mar 8, 2022

Reference Issues/PRs

resolve #945

What does this implement/fix? Explain your changes.

Results in vision suite were in the order the checks ran instead of the order they were defined.

@matanper matanper added the bugfix label Mar 8, 2022
@matanper matanper self-assigned this Mar 8, 2022
@@ -23,5 +23,6 @@
'TrainTestLabelDrift',
'ImageDatasetDrift',
'ImagePropertyDrift',
'TrainTestPredictionDrift'
'TrainTestPredictionDrift',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, please add it also to the performance suite

@matanper matanper merged commit 50e2859 into main Mar 9, 2022
@delete-merged-branch delete-merged-branch bot deleted the suite-results-sort branch March 9, 2022 08:08
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.

[FEAT][CV] Group train and test check results together for SingleDatasetCheck
2 participants