Skip to content

Commit

Permalink
test(fix): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrais committed Sep 25, 2024
1 parent 0269303 commit dfd917a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfd917a

Please sign in to comment.