Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Sep 4, 2023
1 parent c21421e commit 9a7da33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/test_divmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,6 @@ def test_bad_arg_types(self, arg):
class TestGeneticRelatednessMatrix:
def check(self, ts, mode, windows=None):
G1 = stats_api_genetic_relatedness_matrix(ts, mode=mode, windows=windows)
# Seem to be out by a factor of -2, quick hack just to check
G2 = ts.genetic_relatedness_matrix(mode=mode, windows=windows)
np.testing.assert_array_almost_equal(G1, G2)

Expand Down

0 comments on commit 9a7da33

Please sign in to comment.