Skip to content

Commit b897fca

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
remove println
1 parent e4da4e9 commit b897fca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/two_variance_component_test.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ logl_mle, _, _, Σcov_mle, Bse_mle, = fit_mle!(vcmmle, vcdata; algo = :MM)
162162

163163
@info "test fit_reml (FS)"
164164
vcmreml = deepcopy(vcmodel)
165-
println("vcmreml = $vcmreml")
166165
logl_reml, Σcov_reml, Bse_reml, = fit_reml!(vcmreml, vcdata; algo = :FS)
167166
# logl_reml, _, _, Σcov_reml, Bse_reml, = fit_reml!(vcmreml, vcdata; algo = :FS)
168167
@show vcmreml.B, Bse_reml, B

0 commit comments

Comments
 (0)