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 two big bugs in Normal #31

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

ThomasColthurst
Copy link

We were somehow storing the mean and var in ints rather than doubles, but the unit tests all still passed???

Also, there was a subtle (in comparison) bug in the N==1 case in unincorporate.

@ThomasColthurst ThomasColthurst requested a review from srvasude May 30, 2024 19:53
Copy link
Collaborator

@srvasude srvasude left a comment

Choose a reason for hiding this comment

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

Thanks for catching this!

@ThomasColthurst ThomasColthurst merged commit 94d47ee into master May 30, 2024
1 of 2 checks passed
@ThomasColthurst ThomasColthurst deleted the 053024-thomaswc-fixnormal branch May 30, 2024 20:02
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.

2 participants