Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/torfjelde/determine-varinfo' int…
Browse files Browse the repository at this point in the history
…o torfjelde/determine-varinfo
  • Loading branch information
torfjelde committed Nov 30, 2024
2 parents 3588597 + 99fb153 commit 7a302e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ext/DynamicPPLJETExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
f_eval, argtypes_eval = DynamicPPL.DebugUtils.gen_evaluator_call_with_types(
model, varinfo_typed, SamplingContext()
)
@show JET.report_call(f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),))
@show JET.report_call(
f_eval, argtypes_eval; target_modules=(JET.AnyFrameModule(DynamicPPL),)
)
@show JET.report_call(f_eval, argtypes_eval)
end
# They should all result in typed.
Expand Down

0 comments on commit 7a302e5

Please sign in to comment.