mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-13 03:03:08 +00:00
Fix tests
This commit is contained in:
parent
97bd43323d
commit
16aae0469e
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ using Test
|
|||
id = collect(1:7)
|
||||
dam_id = [missing, missing, missing, missing, 2, 2, missing]
|
||||
sire_id = [missing, missing, 1, 1, 1, missing, missing]
|
||||
@test BeefBLUP.additiverelationshipmatrix(id, dam, sire) == correctA
|
||||
@test BeefBLUP.additiverelationshipmatrix(id, dam_id, sire_id) == correctA
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue