From dfd917afed3bd530f5c5d54145c84cc8f32688dd Mon Sep 17 00:00:00 2001 From: Mykola Lukashchuk Date: Wed, 25 Sep 2024 14:11:30 +0200 Subject: [PATCH] test(fix): typo --- .../normal_family/mv_normal_mean_scale_precision_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/distributions/normal_family/mv_normal_mean_scale_precision_tests.jl b/test/distributions/normal_family/mv_normal_mean_scale_precision_tests.jl index 79ad6d4c..8656672e 100644 --- a/test/distributions/normal_family/mv_normal_mean_scale_precision_tests.jl +++ b/test/distributions/normal_family/mv_normal_mean_scale_precision_tests.jl @@ -220,7 +220,7 @@ end # small time is supposed to be O(k) and full time is supposed to O(k^2) # the constant C is selected to account to fluctuations in test runs C = 0.9 - @testset "MvNormalMeanScalePrecision: Fisher is faster then for full parametrization k=$k" begin + @testset "k = $k" @test fi_mvsp_time < fi_full_time/(C*k) @test fi_mvsp_alloc < fi_full_alloc/(C*k) @test cholinv_time_small < cholinv_time_full/(C*k)