We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbf803 commit 2c59742Copy full SHA for 2c59742
sgkit/tests/test_popgen.py
@@ -53,6 +53,7 @@ def test_divergence(size):
53
ts_div = ts.divergence([subset_1, subset_2], span_normalise=False)
54
assert np.allclose(div, ts_div)
55
56
+
57
@pytest.mark.parametrize("size", [2, 3, 10, 100])
58
def test_Fst(size):
59
ts = msprime.simulate(size, length=100, mutation_rate=0.05, random_seed=42)
0 commit comments