Skip to content

Commit

Permalink
Adjusted accuracy of c32 test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Dec 4, 2024
1 parent 3eb792f commit cc0f1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/linalg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ macro_rules! impl_inverse_tests {

impl_inverse_tests!(f64, 1E-12);
impl_inverse_tests!(f32, 5E-6);
impl_inverse_tests!(c32, 5E-6);
impl_inverse_tests!(c32, 1E-5);
impl_inverse_tests!(c64, 1E-12);

macro_rules! impl_lu_tests {
Expand Down

0 comments on commit cc0f1f0

Please sign in to comment.