Skip to content

Commit

Permalink
remove printing command
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJereczek committed Oct 16, 2023
1 parent 3f6039b commit bc788c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/significance/surrogates_significance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ end

function choose_pval!(pval, pval_right, pval_left, tail)
if tail == :both
println(pval_right, pval_left)
pval .= 2min.(pval_right, pval_left)
elseif tail == :right
pval .= pval_right
Expand Down

0 comments on commit bc788c6

Please sign in to comment.