Skip to content

Commit 43017c1

Browse files
Fix validate
1 parent 80c4a6c commit 43017c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2ts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def validate(ts, alignment_store, show_progress=False):
313313
Check that all the samples in the specified tree sequence are correctly
314314
representing the original alignments.
315315
"""
316-
samples = ts.samples()
316+
samples = ts.samples()[1:]
317317
chunk_size = 10**3
318318
offset = 0
319319
num_chunks = ts.num_samples // chunk_size

0 commit comments

Comments
 (0)