From 192afcc3ab28e1c3eb36649f076d5a1fe9478fe5 Mon Sep 17 00:00:00 2001 From: kumaranu Date: Tue, 16 Apr 2024 15:50:16 -0700 Subject: [PATCH] changed the ref_dir path in the main file to include the nn inputs1 files. --- src/check_graph_iso.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/check_graph_iso.py b/src/check_graph_iso.py index 02fa7e9..e2f0e1c 100644 --- a/src/check_graph_iso.py +++ b/src/check_graph_iso.py @@ -102,6 +102,7 @@ def check_graph_iso(ref_dir): if __name__ == '__main__': + # ref_dir = '/global/cfs/cdirs/m2834/kumaranu/neb_nn_inputs' ref_dir = '/global/cfs/cdirs/m2834/kumaranu/neb_nn_inputs' # ref_dir = '/home/kumaranu/Downloads/neb_nn_inputs' check_graph_iso(ref_dir)