Skip to content

Commit e28655d

Browse files
committed
Add missing whitespace
1 parent 4757824 commit e28655d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/compare.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929
@test mc1.elpd_diff.non_centered == 0.0
3030
@test mc1.elpd_diff.centered > 0
3131
@test mc1.weight == NamedTuple{(:non_centered, :centered)}(
32-
PosteriorStats.model_weights(Stacking(),eight_schools_loo_results)
32+
PosteriorStats.model_weights(Stacking(), eight_schools_loo_results)
3333
)
3434
@test mc1.elpd_result ==
3535
NamedTuple{(:non_centered, :centered)}(eight_schools_loo_results)

0 commit comments

Comments
 (0)