-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
471 remove CodeClass
from FilteredData
#488
Conversation
Code Coverage Summary
Diff against main
Results for commit: 6fadc0b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Test Performance DifferenceAdditional test case details
Results for commit e6e7bbf ♻️ This comment has been updated with latest results. |
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.
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 good
Preprocessing code is no longer kept in `FilteredData$code` but attached to a `FilteredData` as an attribute. Necessary adjustments were made in `teal_data_to_filtered_data` and in `get_datasets_code`. [companion](insightsengineering/teal.slice#488) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Removed private fields
$code
and$check
fromFilteredData
class and all associated methods.Removed
code
andcheck
arguments frominit_filtered_data.default
.companion