-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tapir.jl Usage #319
Tapir.jl Usage #319
Conversation
For a start, it is promising that current AD tests pass without any issues! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@yebai okay, this could in principle now be merged. Since Tapir.jl can't be installed on 1.6, I've had to install it conditionally, depending on whether the Julia version is 1.10 or greater. |
Okay. I think I'm basically happy with this. Once we get the sign off from @devmotion , if someone could please merge this (I don't have commit rights). |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
#318 made me intrigued to see how well Tapir.jl fares on Bijectors.jl. It looks like I just need to make use of Bijectors.jl's rule for
find_alpha
(a wrapper for a bisection routine) in order to make the tests pass, which is nice.I'm a little surprised to be honest -- are we confident that the AD tests have decent coverage of the functionality in Bijectors.jl?
edit: test failures on 1.6 are to be expected, because Tapir.jl only supports 1.10 and above.