Skip to content

Commit

Permalink
.h5 --> .hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
krwood committed Jan 2, 2024
1 parent 3d58e69 commit b4990f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/proto_nd_scripts/run_proto_nd_flow_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OUTPUT_DIR=`pwd` #!!! change me
OUTPUT_NAME=(${INPUT_FILE//"/"/ })
OUTPUT_NAME=${OUTPUT_NAME[-1]}
OUTPUT_FILE="${OUTPUT_DIR}/${OUTPUT_NAME}"
OUTPUT_FILE=${OUTPUT_FILE//.h5/.proto_nd_flow.h5}
OUTPUT_FILE=${OUTPUT_FILE//.hdf5/.proto_nd_flow.hdf5}
echo ${OUTPUT_FILE}

# for running on a login node
Expand Down
4 changes: 2 additions & 2 deletions scripts/proto_nd_scripts/run_proto_nd_light_flow_mc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OUTPUT_DIR=`pwd` #!!! change me
OUTPUT_NAME=(${INPUT_FILE//"/"/ })
OUTPUT_NAME=${OUTPUT_NAME[-1]}
OUTPUT_FILE="${OUTPUT_DIR}/${OUTPUT_NAME}"
OUTPUT_FILE=${OUTPUT_FILE//.h5/.proto_nd_flow.h5}
OUTPUT_FILE=${OUTPUT_FILE//.hdf5/.proto_nd_flow.hdf5}
echo ${OUTPUT_FILE}

# for running on a login node
Expand All @@ -26,7 +26,7 @@ WORKFLOW2='yamls/proto_nd_flow/workflows/light/light_event_reconstruction.yaml'
HERE=`pwd`
#cd ndlar_flow
# assumes this is being run from ndlar_flow/scripts/proto_nd_flow:
#cd ../../
cd ../../

# avoid being asked if we want to overwrite the file if it exists.
# this is us answering "yes".
Expand Down

0 comments on commit b4990f8

Please sign in to comment.