Skip to content

Commit

Permalink
Fixed unit test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 16, 2024
1 parent 6ef8113 commit 9c4543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/array_operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,5 +562,5 @@ fn test_integer_array() {

mat_mul_test_impl!(f64, 1E-14);
mat_mul_test_impl!(f32, 1E-5);
mat_mul_test_impl!(c32, 1E-5);
mat_mul_test_impl!(c32, 1E-4);
mat_mul_test_impl!(c64, 1E-12);

0 comments on commit 9c4543d

Please sign in to comment.