Skip to content

Commit

Permalink
refactor change name of inference test
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Oct 24, 2023
1 parent 5dd434d commit a764d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/inference/advi_distributionsad.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const PROGRESS = length(ARGS) > 0 && ARGS[1] == "--progress" ? true : false

using Test

@testset "advi" begin
@testset "locscale" begin
@testset "inference_advi" begin
@testset "distributionsad" begin
@testset "$(modelname) $(objname) $(realtype) $(adbackname)" for
realtype [Float64], # Currently only tested against Float64
(modelname, modelconstr) Dict(
Expand Down

0 comments on commit a764d9b

Please sign in to comment.