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

Introduce numpyro as dependency #53

Merged
merged 1 commit into from
Oct 13, 2022
Merged

Introduce numpyro as dependency #53

merged 1 commit into from
Oct 13, 2022

Conversation

dachengx
Copy link
Collaborator

To use their nice binomial distribution code.

@@ -15,6 +15,7 @@
import matplotlib as mpl
from matplotlib.patches import Rectangle
from matplotlib import pyplot as plt
from numpyro.distributions.util import _binomial_dispatch as _binomial_dispatch_numpyro

Choose a reason for hiding this comment

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

[pep8] reported by reviewdog 🐶
F401 'numpyro.distributions.util._binomial_dispatch as _binomial_dispatch_numpyro' imported but unused

@@ -15,6 +15,7 @@
import matplotlib as mpl
from matplotlib.patches import Rectangle
from matplotlib import pyplot as plt
from numpyro.distributions.util import _binomial_dispatch as _binomial_dispatch_numpyro

Choose a reason for hiding this comment

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

[pep8] reported by reviewdog 🐶
WPS450 Found protected object import: _binomial_dispatch

@dachengx dachengx merged commit 88e53ae into master Oct 13, 2022
@dachengx dachengx deleted the numpyro_deps branch October 13, 2022 15:19
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

1 participant