Skip to content

Commit e28f9ed

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
minor edits on fisher_B testing
1 parent 7cf9dc4 commit e28f9ed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/two_variance_component_test.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ H = zeros(p * d, p * d)
7777
#@code_warntype fisher_B!(H, vcmodelrot, vcdatarot)
7878

7979
@inferred fisher_B!(H, vcmodelrot, vcdatarot)
80-
@inferred fisher_B!(H, vcdatarot, vcdata)
8180
@inferred fisher_B!(H, vcmodel, vcdatarot)
82-
@inferred fisher_B!(H, vcdatarot, vcdatarot)
8381
@test norm(fisher_B(vcmodel, vcdata) - fisher_B(vcmodelrot, vcdatarot)) 0.0
8482
@test norm(fisher_B(vcmodel, vcdata) - fisher_B(vcmodel, vcdatarot)) 0.0
8583
@test norm(fisher_B(vcmodel, [vcdata vcdata]) -

0 commit comments

Comments
 (0)