-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updated sample/tutorial files #407
Conversation
Came from actually reviewing and using the docs with @emprzy which highlighted some short comings.
Minor Edits To `black` Docs
11/8/2024 Sync GitBook From documentation-gitbook Into main
Just so I understand, the contents of Unless this is important to get done ASAP I have a preference for merging this into |
Hi @TimothyWillard , thanks for reviewing! For workflow reasons whenever I make or test tutorial material I always do it from that sample repo, because we always run things from project repos, and having one for this purpose is very useful. But we purposefully decided to fold those tutorials into the core flepimop repo to make sure it stays up to date with code changes there and can be accessed along with that code. |
export PROJECT_PATH=$FLEPI_PATH/examples/tutorials
I think for now let's just change the target branch to |
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 seems fine to me. I don't have a strong preference between merging it initially in dev versus main so we can do whatever is cleanest!
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.
Seems fine, but: are there any knock on changes to the partial configuration examples?
I don't think there would be any changes to the config parts you worked on. If they worked before they should still work fine. Makes sense to me to merge into dev. |
I changed the base branch to |
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.
LGTM
Correct mismatch between partial and full example configs introduced in GH-407.
Describe your changes.
I copied changes over that were made in the flepimop_sample repository during testing.
I just made some super simple updates the example configs. There was a small error in the outcomes section of two. Updated some parameters to give more reasonable results. Added one with vaccination. Updated file for turning simulated data to fake ground truth data.
Does this pull request make any user interface changes? If so please describe.
No
What does your pull request address? Tag relevant issues.
NA
Tag relevant team members.