-
Notifications
You must be signed in to change notification settings - Fork 8
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
Km compactify rectify #101
Km compactify rectify #101
Conversation
…side this project.
… being redundant.
…es as to check if it works.
Closes #62. |
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.
Looks good to me. I'd say that on a separate PR, we can specify examples, etc. on vignettes about what things such as clobberable versions and the end version mean, if those aren't there.
Okay, discussing with Ryan, we might need to roll back some of my changes, at least. |
The pull request is filled with random changes, which makes it hard to track down what had actually been changed within this pull request rather than outside of it. I may have overlooked something that should be updated/fixed, especially here with the clutter. |
The To try to prevent this from continuing to get out of hand, I'll try to do the minimal immediate edits from Ryan's feedback and file others in issues. |
Always introduce version-wise LOCF as "last observation of each observation carried forward (LOCF)" or something quite similar. Clarify time-wise LOCF in one place.
It noticed that by fixing the conflicts, the tests fail. Did I wrongly use the bottom part rather than the top part of the conflict? |
Merge branch 'main' of https://github.com/cmu-delphi/epiprocess into km-compactify_rectify # Conflicts: # R/archive.R # tests/testthat/test-methods-epi_archive.R
Merge branch 'km-compactify_rectify' of https://github.com/dajmcdon/epiprocess into km-compactify_rectify # Conflicts: # R/archive.R # tests/testthat/test-methods-epi_archive.R
I'm looking at |
- max(self$DT$time_value) -> max_time - merge updates to as_of test: both - test that doesn't mutate key - use custom test archive, not archive_cases_dv_subset
I rectified compactify by overhauling it.