Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 9, 2024
1 parent 1d292e5 commit 3b61f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/inference/scoregradelbo_locationscale_bijectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AD_scoregradelbo_locationscale_bijectors = Dict(
:ReverseDiff => AutoReverseDiff(),
:Zygote => AutoZygote(),
#:Mooncake => AutoMooncake(; safe_mode=false)
:Enzyme => AutoEnzyme()
:Enzyme => AutoEnzyme(),
)

@testset "inference ScoreGradELBO VILocationScale Bijectors" begin
Expand Down

0 comments on commit 3b61f1c

Please sign in to comment.