-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update Turing inference #48
Conversation
The test for Turing.jl doesn't pass because of the adaptation issue in Turing.jl, which should be solved after the current PR I'm working on is merged (TuringLang/Turing.jl#436). |
My Turing.jl PR was just merged and I made a new release. But it seems that the new version cannot be fetched. Should I do something else or it's a problem of time? |
A tag was never sent to METADATA: https://github.com/JuliaLang/METADATA.jl/pulls?utf8=%E2%9C%93&q=Turing |
It is because of the change of URL? |
Attobot probably wasn't enabled in the new org. |
It's in the METADATA PR list now. @ChrisRackauckas |
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
=========================================
- Coverage 89.62% 89.43% -0.2%
=========================================
Files 6 6
Lines 241 246 +5
=========================================
+ Hits 216 220 +4
- Misses 25 26 +1
Continue to review full report at Codecov.
|
Thanks! |
Resolve #46