-
-
Notifications
You must be signed in to change notification settings - Fork 45
Fix decorator problems after a good first run #1515
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
base: main
Are you sure you want to change the base?
Conversation
Unit Test Performance Difference
Additional test case details
Results for commit 0bc1052 ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: 9225ed0 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 26 suites 3m 7s ⏱️ Results for commit 9225ed0. ♻️ This comment has been updated with latest results. |
📑 Journal (rolling update):
Note: UI changes about placement and what should show where should be discussed #1509 Latest screenshot Older screenshots_(nothing to see here yet)_ |
@@ -371,7 +364,7 @@ srv_teal_module.teal_module <- function(id, | |||
modules = modules | |||
) | |||
|
|||
summary_table <- srv_data_summary("data_summary", module_teal_data) | |||
summary_table <- srv_data_summary("data_summary", summary_data) # Only updates on success |
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.
Pull Request
Fixes #1511
Changes description
teal_transform_data
on initializationdecorators
🤖 Example app