Skip to content

Commit

Permalink
test at improving code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
konkam committed Nov 8, 2018
1 parent e74957c commit e7d03a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_exact_wright_fisher_functions.jl
Expand Up @@ -4,6 +4,7 @@ using Random, Distributions
#Commented lines should be valid when using the A∞ function starting at 0
Random.seed!(0)
@test ExactWrightFisher.Wright_Fisher_exact_transition(0.5, 0.54, 0.75/2, 0.75/2) 0.9177951585792223 atol=10^(-8)
@test ExactWrightFisher.Wright_Fisher_exact_transition(0.5, 0., 0.75/2, 0.75/2) == 0.5
Random.seed!(0)
res = ExactWrightFisher.Wright_Fisher_exact_trajectory(0.5, range(0.1, stop = 1, length = 5), 0.75/2, 0.75/2)
# for i in 1:length(res)
Expand Down

0 comments on commit e7d03a1

Please sign in to comment.