-
Notifications
You must be signed in to change notification settings - Fork 2
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
Warnings and error messages per #141 #142 #146 #147
Warnings and error messages per #141 #142 #146 #147
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
2c57b85
into
25_medsdev_static_derived_predicates
…ates, as well as nested derived predicates (#145) * Test config for derived predicates based on static predicates * Pass in static predicates to DerivedPredicateConfig * Logic for derived predicate between plain and static by propagating down static variable values * Revert back to original config * Revert DerivedPredicateConfig static attribute due to parquet issues * Explicitly get list of static predicates from config plain predicates * Freeze pre-commit version and update workflows * Sort first to guarantee null timestamp rows are first per subject_id * Warnings and error messages per #141 #142 #146 (#147) * #141 note about memory in README * #141 warning about memory in the docs * #142 add warning messages if labels are all the same * Add error message when predicates are specified using only strings (includes ??? case) Closes #141, #142, and #146 * Add percentage for printing label distribution (code rabbit suggestion) * Remove label distribution printing (can be done post-hoc) * Code quality PR workflow not on all files * Exclude test coverage for logging statements * Update docs to clarify supported code fields * Polish error message * Switch to warning when no rows returned * #94 nested derived predicates (ex: needed when creating different reference ranges for male/female) * Added tests for derived predicates between static and plain as well as nested derived predicates
No description provided.