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

setup ArbitraryTransformer with new testing appraoch #212

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

limlam96
Copy link
Contributor

@limlam96 limlam96 commented Apr 3, 2024

Issue: #207

Made changes to bring ArbitraryImputer in line with new test format, also refactored BaseImputer tests to ease the rest of the rollout across imputers.

Introduced new 'FITS' class attribute to simplify test inheritance process and turning on/off relevant tests, if the reviewer approves then suggest to rollout across transformers. Possibly default to True in BaseTransformer and set to False where needed in main transformers.

@lsumption
Copy link
Contributor

Should we be adding type hints to the tests?

@lsumption
Copy link
Contributor

Can we update the changelog with these changes?

@limlam96
Copy link
Contributor Author

limlam96 commented Apr 9, 2024

updated changelog here f5234c8

@limlam96
Copy link
Contributor Author

limlam96 commented Apr 9, 2024

re type hints in tests.. maybe?

But think that would be one to spin out into another issue as it doesn't currently seem to be done elsewhere

@lsumption
Copy link
Contributor

Happy to leave the type hints for now. I think there's just an outstanding merge conflict then happy to approve!

@limlam96
Copy link
Contributor Author

limlam96 commented Apr 9, 2024

nice thanks :) should be resolved now!

@limlam96 limlam96 merged commit 5623e19 into main Apr 10, 2024
12 checks passed
@limlam96 limlam96 deleted the feature/arbitrary_imputer_test_overhaul branch April 10, 2024 08:30
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.

2 participants