Skip to content

Commit

Permalink
Fix intervaltree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Oct 30, 2024
1 parent 3f883ed commit d9f6c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/block_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ mod tests {
chromosome_index: 1,
phased: 0,
};
let tree = Path::intervaltree_for(conn, &path);
let tree = path.intervaltree(conn);
BlockGroup::insert_change(conn, &change, &tree);

let tree = BlockGroup::intervaltree_for(conn, block_group_id, false);
Expand Down

0 comments on commit d9f6c62

Please sign in to comment.