Skip to content

Commit

Permalink
fix progressmeter message for exactranktest
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Nov 13, 2023
1 parent 54ba28f commit f6d197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exactranktest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function simulate_ranks(
)

mapreduce(hcat, 1:n_samples) do n
next!(prog, showvalues=[(:sampled_pvalues, "$(n)/$(n_samples)")])
next!(prog, showvalues=[(:simulated_ranks, "$(n)/$(n_samples)")])
simulate_rank(rng, test, subject, statistics)
end
end
Expand Down

0 comments on commit f6d197e

Please sign in to comment.