Skip to content

Commit

Permalink
Test isize/usize in ArgminMinMax impl for nalgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Dec 17, 2022
1 parent e0b9c98 commit 8d4ebfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argmin-math/src/nalgebra_m/minmax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ mod tests {
make_test!(u32);
make_test!(i64);
make_test!(u64);
make_test!(isize);
make_test!(usize);
make_test!(f32);
make_test!(f64);
}

0 comments on commit 8d4ebfd

Please sign in to comment.