Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
sethaxen and devmotion committed Feb 26, 2023
1 parent 84e8f1e commit 07f72fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ess_rhat.jl
Expand Up @@ -37,7 +37,7 @@ mymean(x) = mean(x)
@testset "ess_rhat.jl" begin
@testset "ess/ess_rhat/rhat basics" begin
@testset "only promote eltype when necessary" begin
@testset for kind in [:rank, :bulk, :tail, :basic]
@testset for kind in (:rank, :bulk, :tail, :basic)
@testset for T in (Float32, Float64)
x = rand(T, 100, 4, 2)
TV = Vector{T}
Expand Down

0 comments on commit 07f72fd

Please sign in to comment.