Closed mmcdermott closed 3 months ago
The unnest_meds
function has been removed from the src/aces/predicates.py
file, along with its associated invocation in the generate_plain_predicates_from_meds
function. This change affects the processing workflow for MEDS data, as the handling of this data will now maintain its single-nested format.
Files | Change Summary |
---|---|
src/aces/predicates.py |
Removed the unnest_meds function and its invocation in generate_plain_predicates_from_meds . |
sequenceDiagram
participant User
participant DataProcessor
participant PredicateGenerator
User->>DataProcessor: Input MEDS data
DataProcessor->>PredicateGenerator: Generate plain predicates
Note right of PredicateGenerator: MEDS data remains single-nested
🐰 In the forest where data flows,
The rabbit hops where the unnesting goes.
With a flick of the ear, changes take flight,
Single-nested MEDS, holding on tight.
A dance of predicates, simple and neat,
Hopping along, isn't life sweet? 🌼
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?
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | |
---|---|---|
src/aces/predicates.py | 84.00% <ø> (+0.15%) |
:arrow_up: |
🚨 Try these New Features:
Summary by CodeRabbit
Bug Fixes
unnest_meds
function, improving data processing efficiency.New Features