Skip to content

Commit fe2350a

Browse files
committed
wrong tree sequence
1 parent c6499c4 commit fe2350a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/test_python_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ def norm_func(X, n, nA, nB):
20502050
a = ts_multi.two_locus_count_stat(
20512051
ss_sizes, ss, stat_func, norm_func, 1, True, None, None, None, None, "site"
20522052
)
2053-
assert (ts.get_num_sites(), ts.get_num_sites()) == (56, 56)
2053+
assert (ts_multi.get_num_sites(), ts_multi.get_num_sites()) == (56, 56)
20542054
assert a.shape == (56, 56, 1) # ts has 56 sites
20552055
a = ts_multi.two_locus_count_stat(
20562056
ss_sizes, ss, stat_func, norm_func, 1, True, None, None, None, None, "branch"

0 commit comments

Comments
 (0)