Skip to content

Commit

Permalink
Delete table integrity checking (DO NOT MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Oct 23, 2023
1 parent 88c74c4 commit 5ed5b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/tskit/tskit/tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -9609,7 +9609,7 @@ simplifier_init(simplifier_t *self, const tsk_id_t *samples, tsk_size_t num_samp
* tests to ensure we're doing sensible things with duplicate sites.
* (Particularly, re TSK_SIMPLIFY_REDUCE_TO_SITE_TOPOLOGY.) */
ret_id = tsk_table_collection_check_integrity(tables,
TSK_CHECK_EDGE_ORDERING | TSK_CHECK_SITE_ORDERING | TSK_CHECK_SITE_DUPLICATES);
TSK_CHECK_SITE_ORDERING | TSK_CHECK_SITE_DUPLICATES);
if (ret_id != 0) {
ret = (int) ret_id;
goto out;
Expand Down

0 comments on commit 5ed5b4b

Please sign in to comment.