Skip to content

Commit

Permalink
changed the ref_dir path in the main file to include the nn rgd1 files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed Apr 17, 2024
1 parent 99a8f96 commit c1bcfdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/check_graph_iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,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_inputs1'
#ref_dir = '/global/cfs/cdirs/m2834/kumaranu/neb_nn_inputs1'
ref_dir = '/global/cfs/cdirs/m2834/kumaranu/neb_rgd1_inputs'
# ref_dir = '/home/kumaranu/Downloads/neb_nn_inputs'
check_graph_iso(ref_dir)

0 comments on commit c1bcfdb

Please sign in to comment.