From 0c67471a7219ac97151eb550a341c061793ebe5f Mon Sep 17 00:00:00 2001 From: "he6@llnl.gov" Date: Wed, 4 Dec 2024 08:42:32 -0800 Subject: [PATCH] Added a seed here for reproducability --- .../dc_models/reg_config_H1_fit_GraphConvModel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atomsci/ddm/test/integrative/dc_models/reg_config_H1_fit_GraphConvModel.json b/atomsci/ddm/test/integrative/dc_models/reg_config_H1_fit_GraphConvModel.json index 37af3d78..29277b7c 100644 --- a/atomsci/ddm/test/integrative/dc_models/reg_config_H1_fit_GraphConvModel.json +++ b/atomsci/ddm/test/integrative/dc_models/reg_config_H1_fit_GraphConvModel.json @@ -50,5 +50,6 @@ "comment": "Test", "comment": "just needs to run, doesn't need to pass", "comment": "----------------------------------------", - "perf_threshold": "0.3" + "perf_threshold": "0.3", + "seed": "0" }