Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
kose-y committed Jun 10, 2021
1 parent 6338465 commit 4bd0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -375,7 +375,7 @@ end

@testset "lin. alg. direct zeroimpute (Miter > 0)" begin
EUR11 = [EUR;EUR;EUR;EUR;EUR;EUR;EUR;EUR;EUR;EUR;EUR]
EUR11la = SnpLinAlg{Float64}(EUR10, model=ADDITIVE_MODEL, impute=true, center=true, scale=true)
EUR11la = SnpLinAlg{Float64}(EUR11, model=ADDITIVE_MODEL, impute=true, center=true, scale=true)
v = rand(size(EUR11la, 2))
vtest = EUR11la * v
vtrue = convert(Matrix{Float64}, EUR11la) * v
Expand Down

0 comments on commit 4bd0e25

Please sign in to comment.