-
Notifications
You must be signed in to change notification settings - Fork 3
Fix: Adding Missing RawData Support to Comparison Tests
#304
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
Fix: Adding Missing RawData Support to Comparison Tests
#304
Conversation
juanmleng
left a comment
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 great, John! Thanks for addressing this. I just left a suggestion to handle cases where the tests don´t return raw data.
… to test comparison tests better
PR SummaryThis pull request introduces enhancements to the
These changes aim to enhance the functionality of the result combination process by supporting the aggregation of raw data, which is crucial for comprehensive test result analysis. Test Suggestions
|
Internal Notes for Reviewers
The newly added raw data feature for tests is not currently supported when running comparison tests (i.e. using an input_grid or param_grid). For this initial solution, I am just appending the raw data elements to a list.
External Release Notes