Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Burnie-Murray
Copy link
Contributor

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.

# `test_fit_idempotent` fails with `AssertionError`, see #3616
"tests:skip_by_name": [
"test_fit_idempotent",
"test_persistence_via_pickle",
Copy link
Collaborator

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.

Copy link
Collaborator

@fkiraly fkiraly left a 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

@fkiraly fkiraly added module:classification classification module: time series classification module:tests test framework functionality - only framework, excl specific tests enhancement Adding new functionality labels Jul 16, 2025
@fkiraly fkiraly changed the title Move Test Skip config for ResNetClassifier [ENH] Move Test Skip config for ResNetClassifier Jul 16, 2025
@Burnie-Murray Burnie-Murray requested a review from fkiraly July 16, 2025 17:06
Copy link
Collaborator

@fkiraly fkiraly left a 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?

@Burnie-Murray
Copy link
Contributor Author

I saw what others did for the same issue & copied their code for testing

@fkiraly fkiraly merged commit 0f95332 into sktime:main Jul 16, 2025
83 of 84 checks passed
@Burnie-Murray Burnie-Murray deleted the fix-test-tags branch July 16, 2025 21:34
ericjb pushed a commit to ericjb/sktime that referenced this pull request Jul 31, 2025
#### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality module:classification classification module: time series classification module:tests test framework functionality - only framework, excl specific tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants