From b40e78a8e8768841e417718bbf6012e8e541be98 Mon Sep 17 00:00:00 2001
From: Eric Phipps <etphipp@sandia.gov>
Date: Thu, 24 Oct 2024 18:16:10 -0600
Subject: [PATCH] Increase gnzs for gcp-sgd test to prevent converging to
 different soln on cuda

---
 data/aminoacid-gcpsgd.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/aminoacid-gcpsgd.json b/data/aminoacid-gcpsgd.json
index 77e60bb95..4f0c2c5dd 100644
--- a/data/aminoacid-gcpsgd.json
+++ b/data/aminoacid-gcpsgd.json
@@ -29,7 +29,7 @@
         "seed": 31415,
         "fuse": false,
         "hash": true,
-        "gnzs": 100,
+        "gnzs": 150,
         "gzs": 0,
         "fnzs": 10000,
         "fzs": 0,