From b4f49db319e4bcb1f23f92d9bf3ccc692cb67c2e Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Thu, 24 Oct 2024 18:37:13 -0600 Subject: [PATCH] Loosen tolerance on iterations --- data/aminoacid-gcpsgd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/aminoacid-gcpsgd.json b/data/aminoacid-gcpsgd.json index 4f0c2c5dd..883ab3dae 100644 --- a/data/aminoacid-gcpsgd.json +++ b/data/aminoacid-gcpsgd.json @@ -44,8 +44,8 @@ }, "iterations": { - "value": 80, - "absolute-tolerance": 20 + "value": 60, + "absolute-tolerance": 30 } } }