Skip to content

Commit 5ed5b4b

Browse files
committed
Delete table integrity checking (DO NOT MERGE)
1 parent 88c74c4 commit 5ed5b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/tskit/tskit/tables.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9609,7 +9609,7 @@ simplifier_init(simplifier_t *self, const tsk_id_t *samples, tsk_size_t num_samp
96099609
* tests to ensure we're doing sensible things with duplicate sites.
96109610
* (Particularly, re TSK_SIMPLIFY_REDUCE_TO_SITE_TOPOLOGY.) */
96119611
ret_id = tsk_table_collection_check_integrity(tables,
9612-
TSK_CHECK_EDGE_ORDERING | TSK_CHECK_SITE_ORDERING | TSK_CHECK_SITE_DUPLICATES);
9612+
TSK_CHECK_SITE_ORDERING | TSK_CHECK_SITE_DUPLICATES);
96139613
if (ret_id != 0) {
96149614
ret = (int) ret_id;
96159615
goto out;

0 commit comments

Comments
 (0)