various bug fixes

This commit is contained in:
Jean-Philippe Bossuat
2025-06-10 12:55:34 +02:00
parent 113231da55
commit a673b84047
8 changed files with 95 additions and 57 deletions

View File

@@ -557,7 +557,7 @@ fn test_automorphism(
);
assert!(
(noise_have - noise_want).abs() <= 0.5,
noise_have <= noise_want + 1.0,
"{} {}",
noise_have,
noise_want