-
Notifications
You must be signed in to change notification settings - Fork 4
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Pipeline principles and best-practice #214
Comments
If this is true why do we feel comfortable designing |
Some notes: I think the first thing is what we might want from a good pipeline?
Now we could do much of this manually but ideally we would have tools to cover as much as possible. From what we have seen in the julia ecosystem it looks like none of the tools do all the things we might like but that some combination of |
I think good check pointing (that may not be what we actually have) is aware of all the things that go into it so that it can' |
I think this is part of the issue but the actual main issue with this approach is global variables |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
There are a number of potential problems with the analysis pipeline as currently defined in the PR #213 .
This issue is trying to bring together a best-practice guide for making an analysis pipeline:
Tensions:
EpiData
object rather than re-declaring with parameters from inside the loop over specifications seems to open up an opportunity to have bugs such as accidentally passing in a mis-specified object.Any link to a decent analysis pipeline best practice guide?
The text was updated successfully, but these errors were encountered: