-
Notifications
You must be signed in to change notification settings - Fork 27
1308: Fix grouping in max_date operation #1459
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
1308: Fix grouping in max_date operation #1459
Conversation
…into 1308-operation-max_date-doesnt-work-when-group-is-specified
…into 1308-operation-max_date-doesnt-work-when-group-is-specified
…into 1308-operation-max_date-doesnt-work-when-group-is-specified
…ork-when-group-is-specified' into 1308-operation-max_date-doesnt-work-when-group-is-specified
cdisc_rules_engine/rules_engine.py
Outdated
| dataset_metadata=dataset_metadata, | ||
| datasets=datasets, | ||
| dataset_path=dataset_metadata.full_path, | ||
| # dataset_path=dataset_metadata.original_path or dataset_metadata.full_path, |
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.
Could you please remove this comment?
| PandasDataset, | ||
| ["USUBJID"], | ||
| ), | ||
| ({"dates": [None, None]}, "", DaskDataset), |
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.
Could you please add a grouping test case using Dask Dataset too?
…into 1308-operation-max_date-doesnt-work-when-group-is-specified
RamilCDISC
left a comment
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.
The PR fixes the grouping for max_date operation. The PR was validated by:
- Reviewing the PR for any unwanted code or comments.
- Reviewing the PR in accordance with AC.
- Validating all unit and regression tests pass.
- Ensuring all related testing is updated.
- Ensuring updated testing covers cases for both PANDAS and DASK.
- Running manual testing using dev editor using positive datasets.
- Running manual testing using dev editor using negative datasets.
- Ensuring edge cases of missing values and nulls.
No description provided.