Skip to content

Commit

Permalink
Fixing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Jul 13, 2024
1 parent 9967e9b commit e2b53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modified_helmholtz_3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,6 @@ mod test {
}
};
}
impl_modified_helmholtz_tests!(f32, 1E-4, 1E-2, 1E-5);
impl_modified_helmholtz_tests!(f32, 1E-4, 1E-2, 1E-4);
impl_modified_helmholtz_tests!(f64, 1E-8, 1E-4, 1E-11);
}

0 comments on commit e2b53a7

Please sign in to comment.