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 3b9a9eb commit 99fb153Copy full SHA for 99fb153
test/ext/DynamicPPLJETExt.jl
@@ -65,7 +65,9 @@
65
f_eval, argtypes_eval = DynamicPPL.DebugUtils.gen_evaluator_call_with_types(
66
model, varinfo_typed, SamplingContext()
67
)
68
- @show JET.report_call(f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),))
+ @show JET.report_call(
69
+ f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),)
70
+ )
71
@show JET.report_call(f_eval, argtypes_eval)
72
end
73
# They should all result in typed.
0 commit comments