Skip to content

Commit

Permalink
Fixed a small issue in test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
learningMalanya committed Aug 22, 2023
1 parent 568ea31 commit b9582c8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/bulkscan_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,6 @@ test_bulkscan_general = quote

@test sum((test_bulkscan.L .- test_bulkscan_alt_grid.L).^2) <= 1e-7;

# test P-vals output:
test_log10Pvals = BulkLMM.bulkscan(stand_pheno, stand_geno, kinship;
method = "alt-grid",
h2_grid = grid_list,
prior_variance = 1.0, prior_sample_size = 0.1,
output_pvals = true);
# @test sum((lod2log10p.(test_bulkscan.L, 1) .- test_log10Pvals.log10Pvals_mat).^2) <= 1e-7;

end;


Expand Down

0 comments on commit b9582c8

Please sign in to comment.