Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 24, 2024
1 parent 48bfea0 commit f3d5e2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/tests/test_haplotype_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,6 @@ def check_viterbi(ts, h, recombination=None, mutation=None):
assert len(h) == m
if recombination is None:
recombination = np.zeros(ts.num_sites) + 1e-9
recombination[0] = 0.0
if mutation is None:
mutation = np.zeros(ts.num_sites)
precision = 22
Expand Down Expand Up @@ -1122,7 +1121,6 @@ def check_forward_matrix(ts, h, recombination=None, mutation=None):
assert len(h) == m
if recombination is None:
recombination = np.zeros(ts.num_sites) + 1e-9
recombination[0] = 0.0
if mutation is None:
mutation = np.zeros(ts.num_sites)

Expand Down Expand Up @@ -1170,7 +1168,6 @@ def check_backward_matrix(ts, h, forward_cm, recombination=None, mutation=None):
assert len(h) == m
if recombination is None:
recombination = np.zeros(ts.num_sites) + 1e-9
recombination[0] = 0.0
if mutation is None:
mutation = np.zeros(ts.num_sites)

Expand Down

0 comments on commit f3d5e2d

Please sign in to comment.