-
Notifications
You must be signed in to change notification settings - Fork 126
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
Refactor WildesTest to reduce Code Duplication #38529
base: main
Are you sure you want to change the base?
Refactor WildesTest to reduce Code Duplication #38529
Conversation
…orrectionWildestest
… code duplication
…PolarizationCorrectionWildesTest
e3bbdf0
to
3597c20
Compare
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.
Test are working well and I think is a good step into a better organized test file. I appreciate the effort you have done with this refactoring as it is a complex test suite.
I have some suggestions that I think could improve this refactoring, but please feel free to discuss if you don't agree.
Description of work
Refactor WildesTest to reduce Code Duplication
Summary of work
Fixes #38326
To test:
Test should pass
This does not require release notes because it involves code refactoring and improvements