Skip to content

Commit

Permalink
Merge branch 'main' into start/using-views
Browse files Browse the repository at this point in the history
  • Loading branch information
Smirkey authored Apr 29, 2024
2 parents 2b57d45 + 4fbdf2a commit d608f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1165,4 +1165,4 @@ fn rtree_nms_i16(
score_threshold,
)?);
}
)

2 changes: 1 addition & 1 deletion powerboxesrs/src/iou.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ mod tests {
let rotated_iou_distance_result = rotated_iou_distance(&boxes1, &boxes2);
assert_eq!(rotated_iou_distance_result, arr2(&[[0.8571428571428572]]));
}
}
}

0 comments on commit d608f06

Please sign in to comment.