def test_hardy_asymptotic(self):
     p_value = hardy_weinberg_asymptotic(138, 1469, 5)
     assert p_value == 0.34263933319103679
 def test_hardy_asymptotic(self):
     p_value = hardy_weinberg_asymptotic(138,1469,5)
     assert p_value == 0.34263933319103679
 def test_hardy_exact(self):
     p_value = hardy_weinberg_asymptotic(138, 1469, 5)
 def test_hardy_exact(self):
     p_value = hardy_weinberg_asymptotic(138,1469,5)