-
Notifications
You must be signed in to change notification settings - Fork 37
allow redefinition of inputs in logprob #192
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
Conversation
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.
It would be good to remove the dependency on Turing in the tests. Additionally, the version should be bumped.
|
BTW it seems this fixes #2 as well? |
Yes! |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
|
I reverted the |
|
Just test for approximate equality? IMO that should be sufficient as well. |
It's fine as is. |
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.
LGTM
|
bors r+ |
|
Timed out. |
|
The time-out is caused by the missing Travis tests due to our negative credit balance. We have to decide if we want to ask for more credits or switch to Github Actions (or something else). But since all tests passed (apart from the Travis one), I'll merge this one manually. |
This PR fixes #190.