Skip to content

Commit

Permalink
chore: rename regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Mar 28, 2024
1 parent 4dad6b3 commit 5e70d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/linalg/eigen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ fn symmetric_eigen_singular_24x24() {
);
}

// Test for #1368
// Regression test for #1368
#[test]
fn very_small_deviation_from_identity() {
fn very_small_deviation_from_identity_issue_1368() {
let m = Matrix3::<f32>::new(
1.0,
3.1575704e-23,
Expand Down

0 comments on commit 5e70d04

Please sign in to comment.