Skip to content

Commit 2c59742

Browse files
committed
add tajimas d
1 parent 2fbf803 commit 2c59742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgkit/tests/test_popgen.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_divergence(size):
5353
ts_div = ts.divergence([subset_1, subset_2], span_normalise=False)
5454
assert np.allclose(div, ts_div)
5555

56+
5657
@pytest.mark.parametrize("size", [2, 3, 10, 100])
5758
def test_Fst(size):
5859
ts = msprime.simulate(size, length=100, mutation_rate=0.05, random_seed=42)

0 commit comments

Comments
 (0)