Skip to content

Commit

Permalink
changed the ref_dir path in the main file to include the nn inputs1 f…
Browse files Browse the repository at this point in the history
…iles. (corrected)
  • Loading branch information
kumaranu committed Apr 16, 2024
1 parent 192afcc commit 99a8f96
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,6 +103,6 @@ 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 = '/global/cfs/cdirs/m2834/kumaranu/neb_nn_inputs1'
# ref_dir = '/home/kumaranu/Downloads/neb_nn_inputs'
check_graph_iso(ref_dir)

0 comments on commit 99a8f96

Please sign in to comment.