Skip to content

Commit

Permalink
fix error in repgradelbo interface test
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 21, 2024
1 parent 0602f4e commit 3adb923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/repgradelbo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
modelstats = normal_meanfield(rng, Float64)
(; model, μ_true, L_true, n_dims, is_meanfield) = modelstats

@testset for adtype in AD_repgradelbo_stl
@testset for (_, adtype) in AD_repgradelbo_stl
q_true = MeanFieldGaussian(
Vector{eltype(μ_true)}(μ_true), Diagonal(Vector{eltype(L_true)}(diag(L_true)))
)
Expand Down

0 comments on commit 3adb923

Please sign in to comment.