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

Closes #7 division by zero fix #13

Merged
merged 3 commits into from Oct 20, 2020

Conversation

KyleAMoore
Copy link
Contributor

Fixes the division by 0 error referenced in #7.

I also made a small fix to a type error that I encountered in model/gran_mixture_bernoulli.py, in addition to writing some additional documentation on how to set up the repository after cloning. In particular, I ran into numerous versioning issues due to a major release of networkx and matplotlib being released after this repo was published. I created a conda environments file that enforces a valid combination of dependency versions.

For encapsulation purposes, I have reverted those changes on this branch, and only the division by zero fix is still included in this pull request.

You can view these other changes in the master branch of my fork here. If you like these changes and would prefer that any or all of them be included in the PR, drop a comment and I will add those changes back in or submit a new PR with all of the changes as desired.

@lrjconan lrjconan merged commit 43cb443 into lrjconan:master Oct 20, 2020
@lrjconan
Copy link
Owner

Fixes the division by 0 error referenced in #7.

I also made a small fix to a type error that I encountered in model/gran_mixture_bernoulli.py, in addition to writing some additional documentation on how to set up the repository after cloning. In particular, I ran into numerous versioning issues due to a major release of networkx and matplotlib being released after this repo was published. I created a conda environments file that enforces a valid combination of dependency versions.

For encapsulation purposes, I have reverted those changes on this branch, and only the division by zero fix is still included in this pull request.

You can view these other changes in the master branch of my fork here. If you like these changes and would prefer that any or all of them be included in the PR, drop a comment and I will add those changes back in or submit a new PR with all of the changes as desired.

Sorry that I merge the PR too quickly to adopt your additional documentation. Do you mind creating another PR to add these documentations to e.g. README.md and requirements.txt? Thanks!

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.

None yet

2 participants