Skip to content

Commit 7378e42

Browse files
committed
Incorporate Peter's improvement to the test comments
1 parent 279cc72 commit 7378e42

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
@@ -2042,7 +2042,7 @@ def norm_func(*_):
20422042
assert a.shape == (ts.get_num_sites(), ts.get_num_sites(), 1)
20432043
a = method(ss_sizes, ss, stat_func, norm_func, 1, True, *branch_list_args)
20442044
assert a.shape == (ts.get_num_trees(), ts.get_num_trees(), 1)
2045-
# happy path - default array filling
2045+
# happy path - default values for site and position lists
20462046
a = method(
20472047
ss_sizes, ss, stat_func, norm_func, 1, True, None, None, None, None, "site"
20482048
)

0 commit comments

Comments
 (0)