We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1be7b commit 585f4ebCopy full SHA for 585f4eb
benchmarks/src/DynamicPPLBenchmarks.jl
@@ -83,7 +83,7 @@ function make_suite(model, varinfo_choice::Symbol, adbackend::Symbol, islinked::
83
elseif varinfo_choice == :typed_vector
84
DynamicPPL.typed_vector_varinfo(rng, model)
85
elseif varinfo_choice == :untyped_vector
86
- DynamicPPL.typed_vector_varinfo(rng, model)
+ DynamicPPL.untyped_vector_varinfo(rng, model)
87
else
88
error("Unknown varinfo choice: $varinfo_choice")
89
end
0 commit comments