def test_basic(self): f1 = 0.5 f2 = 0.3 print sim.getFST(f1, f2) - 0.08 assert np.abs(sim.getFST(f1, f2) - 0.08) < 0.0001
def test_fixed_variants2(self): sim.getFST(1,0.5)
def test_fixed_variants4(self): sim.getFST(0.5,0)
def test_fixed_variants1(self): sim.getFST(0,0.5)