-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Enable v1 vs. v2 consistency in refactored tests #7882
Conversation
@@ -83,35 +82,6 @@ def __init__( | |||
supports_pil=False, | |||
make_images_kwargs=dict(DEFAULT_MAKE_IMAGES_KWARGS, dtypes=[torch.float]), | |||
), | |||
ConsistencyConfig( |
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.
All these configs are now obsolete. Going forwards, whenever we port a new test to test_*_refactored.py
, we can also remove the configs here.
@@ -514,23 +395,6 @@ def __init__( | |||
] | |||
|
|||
|
|||
def test_automatic_coverage(): |
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.
This was useful in the beginning, to ensure we are not missing something. But now that we start to remove configs here, we need to remove this check as well.
Hey @pmeier! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Summary: (Note: this ignores all push blocking failures!) Reviewed By: matteobettini Differential Revision: D48900410 fbshipit-source-id: 8491c6a4ef8fbdd09c411b65f9ff3fc45283d2b3
cc @vfdev-5