Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
torfjelde and github-actions[bot] authored Nov 30, 2024
1 parent 3b9a9eb commit 99fb153
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 99fb153

Please sign in to comment.