-
Notifications
You must be signed in to change notification settings - Fork 42
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
Switch to autograd-gamma #97
Conversation
df89cbd
to
194a3d1
Compare
ee6255d
to
9c44cca
Compare
import autograd | ||
from autograd_gamma import gammainc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
module level import not at top of file
convoys/regression.py
Outdated
@@ -1,4 +1,7 @@ | |||
import convoys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SyntaxError: invalid syntax
b302ba3
to
4a862b3
Compare
convoys/regression.py
Outdated
@@ -1,4 +1,6 @@ | |||
from convoys import autograd_scipy_monkeypatch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'convoys.autograd_scipy_monkeypatch' imported but unused
Thanks @CamDavidsonPilon for providing a package for this!