-
Notifications
You must be signed in to change notification settings - Fork 3
Add Initial Support for Post-Processing Functions #263
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
Add Initial Support for Post-Processing Functions #263
Conversation
…r functions for adding and removing tables and figures
PR SummaryThis pull request introduces several enhancements to the ValidMind project, focusing on post-processing capabilities and raw data handling. Key changes include:
These changes enhance the flexibility and usability of the ValidMind library, allowing for more customized and detailed test result handling. Test Suggestions
|
AnilSorathiya
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.
@johnwalz97 Awesome 👍
There are a couple of things:
- Are we using
keyanywhere? If not why don't we create separate ticket get rid off it? - Do we need
ref_idforRawDatato access it on platform/frontend? Since we are usingref_idfor tables and figures.
Thanks for reviewing @AnilSorathiya
|
AnilSorathiya
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.
left one last comment otherwise it looks good.
Internal Notes for Reviewers
Initial support for post-processing functions along with an example notebook with a lot of examples.
External Release Notes
Adding support for post-processing functions to allow users to modify test outputs without modifying test code.