Switch back to BigFloat precision in examples

This commit is contained in:
Aaron Fenyes 2024-07-15 14:31:30 -07:00
parent 53d8c38047
commit 94e0d321d5
3 changed files with 3 additions and 3 deletions

View file

@ -312,7 +312,7 @@ end
function realize_gram(
gram::SparseMatrixCSC{T, <:Any},
guess::Matrix{T};
scaled_tol = 1e-16,
scaled_tol = 1e-30,
min_efficiency = 0.5,
init_rate = 1.0,
backoff = 0.9,