-
Notifications
You must be signed in to change notification settings - Fork 30
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
Drop unnecessary depwarn
+ fix Turing tests
#433
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.
I'm curious, where and how do we hit this function? The deprecation warning seems to indicate we shouldn't call it and (maybe) we should rather fix wherever we call it?
Now |
Ah OK, now I understand 🙂 |
bors r+ |
This PR fixes the performance regressions seen for `Emcee` in TuringLang/Turing.jl#1900. @yebai @devmotion This should be an easy merge.
Build failed: |
Cause of tests breaking: JuliaDiff/ForwardDiff.jl#606 |
Please feel free to merge it manually - you need to temporarily change GitHub setting to do that. |
I don't think I have the rights to do that @yebai ? At least I can't find it here in the project. |
I merged it manually - there is an option "Do not allow bypassing the above settings" in branch protection. If you disable that, it allows you to merge PRs by hand. |
* drop unnecessary depwarn from _link! * bump patch version
This PR fixes the performance regressions seen for
Emcee
in TuringLang/Turing.jl#1900.@yebai @devmotion This should be an easy merge.