-
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
Addressed the sources of the conflicts between epipredict and epiprocess (see Issue 104 in epipredict) #185
Conversation
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.
This is much simpler. I wonder why the other version was so complicated?
Well... A couple things... 1) We decided to remove the column subsetting condition, so a couple other lines could be removed that were mainly there for and 2) If we look at |
Couple of questions while it's fresh in your mind:
And potential issues:
|
@brookslogan answers to each of your qs are below:
|
Thanks for the answers. I couldn't tell what the purpose of some of that old i&j reassignment magic + other logic was.
|
I've been looking into the issue about duplicating key cols... If we take
Similarly if we try to duplicate other cols in that df. So, it may be best to abort for col. duplication... I'll re-post this under the relevant issue. |
Updated
[.epi_df
code to simplify the code and to fix Issue 104 in epipredict as discussed with Maggie and Daniel.