Tighten the tolerances

This commit is contained in:
Aaron Fenyes 2025-09-19 12:35:11 -07:00
parent bc17d71f4a
commit b74cbf10c1
2 changed files with 3 additions and 3 deletions

View file

@ -744,7 +744,7 @@ impl Assembly {
// look for a configuration with the given Gram matrix
let Realization { result, history } = realize_gram(
&problem, 1.0e-12, 0.5, 0.9, 1.1, 200, 110
&problem, 1.0e-20, 0.5, 0.9, 1.1, 400, 110
);
/* DEBUG */