Skip to content

Commit 5f21c84

Browse files
committed
Add an info print to Gibbs tests
1 parent 74f6ac7 commit 5f21c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/mcmc/gibbs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ end
264264
end
265265

266266
@testset "Testing gibbs.jl with $adbackend" for adbackend in ADUtils.adbackends
267+
@info "Starting Gibbs tests with $adbackend"
267268
@testset "Deprecated Gibbs constructors" begin
268269
N = 10
269270
@test_deprecated s1 = Gibbs(HMC(0.1, 5, :s, :m; adtype=adbackend))

0 commit comments

Comments
 (0)