Skip to content

Commit 4d5dc9a

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
remove comments
1 parent 5240d3c commit 4d5dc9a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/two_variance_component.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ function fisher_Σ(
395395
fisher_Σ(TwoVarCompModelRotate(vcm), vcobsrot)
396396
end
397397

398-
399-
400398
function fisher_Σ!(
401399
H::AbstractMatrix,
402400
vcm::T1,
@@ -469,16 +467,6 @@ function fisher_B(
469467
fisher_B!(H, vcmrot, vcobsrot)
470468
end
471469

472-
# function fisher_B!(
473-
# H::AbstractMatrix{T},
474-
# vcm::Union{VarianceComponentModel{T, 2}, TwoVarCompVariateRotate{T}},
475-
# vcobs::Union{TwoVarCompVariateRotate{T}, VarianceComponentVariate{T, 2}},
476-
# vcaux::VarianceComponentAuxData = VarianceComponentAuxData(vcobs)
477-
# ) where {T <: AbstractFloat}
478-
479-
# fisher_B!(H, TwoVarCompModelRotate(vcm), TwoVarCompVariateRotate(vcobs), vcaux)
480-
# end
481-
482470
function fisher_B!(
483471
H::AbstractMatrix{T},
484472
vcm::VarianceComponentModel{T, 2},
@@ -571,7 +559,6 @@ function fisher_B(
571559
fisher_B!(H, vcm, vcobs, vcaux)
572560
end
573561

574-
575562
function fisher_B!(
576563
H::AbstractMatrix,
577564
vcm::T1,

0 commit comments

Comments
 (0)