-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[ENH] Move Test Skip config for ResNetClassifier
#8564
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
Conversation
# `test_fit_idempotent` fails with `AssertionError`, see #3616 | ||
"tests:skip_by_name": [ | ||
"test_fit_idempotent", | ||
"test_persistence_via_pickle", |
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.
where are you getting the last two from? This does not look equivalent.
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 does not look like an 1:1 move, new tests are added to the skip
ResNetClassifier
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.
Looks good now - may I ask where you got the two additional tests from?
I saw what others did for the same issue & copied their code for testing |
#### Reference Issues/PRs [ENH] move test skip config from tests._config to estimator tags sktime#8515 #### What does this implement/fix? Explain your changes. This PR implements part of issue sktime#8515 by migrating ResNetClassifier test skip configurations from the central tests._config.py file to the estimator's own tags.
Reference Issues/PRs
[ENH] move test skip config from tests._config to estimator tags #8515
What does this implement/fix? Explain your changes.
This PR implements part of issue #8515 by migrating ResNetClassifier test skip configurations from the central tests._config.py file to the estimator's own tags.