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(plot results): Do not note a zero p-value as significant #1655

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

tkadlec
Copy link
Contributor

@tkadlec tkadlec commented Jan 3, 2022

P-Values of 0 shouldn't be marked as statistically significant. This fixes the issue by checking for a zero value directly.

Fixes #1622.

… a zero p-value, let's note things as not significant.

Fixes #1622.
@tkadlec tkadlec merged commit f734fd3 into master Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On Plotted Results page, "Significance" displayed as "TRUE" when the difference of mean equals zero
1 participant