Skip to content
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

Fix 95% quantile for cluster size example #79

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Fix 95% quantile for cluster size example #79

merged 1 commit into from
Oct 11, 2024

Conversation

adamkucharski
Copy link
Member

This is a small PR to fix a bug in the 95% quantile for reproduction_number_cluster_size.qmd.

Old behaviour: val <- signif(quantile(y,c(0.5,0.025,0.0975)),3)

New behaviour: val <- signif(quantile(y,c(0.5,0.025,0.975)),3)

@avallecam avallecam added the priority First in the to-do list label Oct 5, 2024
Copy link
Member

@avallecam avallecam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

appropriate change. ready to merge 🚀

@avallecam avallecam merged commit 6aee9fe into main Oct 11, 2024
2 checks passed
@avallecam avallecam deleted the fix-ci branch October 11, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority First in the to-do list
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants