-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Accept functions #624
Accept functions #624
Conversation
Unit Tests Summary 1 files 29 suites 23s ⏱️ Results for commit 242b063. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit fec2f2c ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 242b063 Minimum allowed coverage is ♻️ 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.
When we made the filter panel "data agnostic" it was considered an overdue success (I cannot find the exact comment that celebrated it).
This change reverses that, the filter panel becomes limited to strictly specified classes again.
It doesn't revert that state which was a failure when unsupported dataset was specified. But thanks for mentioning this, you reminded me that there is |
dataname = dataname, | ||
label = label | ||
) | ||
NULL |
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.
How about an error message?
FilteredData$new( | ||
Filter(function(obj) inherits(obj, c("data.frame", "MultiAssayExperiment")), x), | ||
join_keys = join_keys | ||
) |
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.
Closing this PR as changes in |
Part of insightsengineering/teal#1352
Ignores other datasets than
data.frame
andMultiAssayExperiment
. Unfilterable datasets shouldn't be displayed in the filter-panel as they will be printed independently in the teal-module_data_summary.