Skip to content

Commit

Permalink
changed the ref_dir path in the main file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed Apr 16, 2024
1 parent 52d91d2 commit 40382a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check_graph_iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ def check_graph_iso(ref_dir):

if __name__ == '__main__':
ref_dir = '/global/cfs/cdirs/m2834/kumaranu/neb_nn_inputs'
#ref_dir = '/home/kumaranu/Downloads/neb_nn_inputs'
# ref_dir = '/home/kumaranu/Downloads/neb_nn_inputs'
check_graph_iso(ref_dir)

0 comments on commit 40382a4

Please sign in to comment.