We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduce:
PG(20)
NUTS(20, 0.65)
example_bi
Output:
julia> prob = example_bi(opt_problem(1), 1); [ Info: Estimating model parameters ... ERROR: TaskFailedException nested task error: TaskFailedException nested task error: UndefVarError: `Log` not defined Stacktrace: [1-8] ⋮ internal @ BijectorsDistributionsADExt, DynamicPPL, Unknown [9] tilde_assume!! @ DynamicPPL C:\Users\sheld\.julia\packages\DynamicPPL\m0PXI\src\context_implementations.jl:117 [10] turing_model @ BOSS D:\plzen\sandbox\BOSS.jl\src\model_fitter\Turing.jl:88 [11-27] ⋮ internal @ DynamicPPL, AbstractMCMC, Unknown Use `err` to retrieve the full stack trace. ...and 7 more exceptions.
The text was updated successfully, but these errors were encountered:
This seems to be an issue with Turing.jl, not a bug in BOSS.
Created issue here: TuringLang/Bijectors.jl#294
Sorry, something went wrong.
I no longer get the error from the example. Probably has been resolved by some update of Turing, Bijectors or other dependencies. Closing the issue.
No branches or pull requests
Reproduce:
PG(20)
withNUTS(20, 0.65)
in example.jlexample_bi
Output:
The text was updated successfully, but these errors were encountered: