Skip to content

Commit

Permalink
Fix a typo to make spell-check test pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Aug 15, 2024
1 parent 0763843 commit 4b6a682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/performREC/pyrecodes/run_pyrecodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def run_pyrecodes(rec_config, inputRWHALE, parallelType, mpiExec, numPROC):
comm.Barrier()

# if rank 0, gather result_agg and resilience_results, write to file
# note that the gathered results dosen't follow the order in realization_to_run
# note that the gathered results doesn't follow the order in realization_to_run
# but this order is not needed when calculating mean and std
if doParallel:
# gather results_agg
Expand Down Expand Up @@ -362,4 +362,4 @@ def select_realizations_to_run(damage_input, inputRWHALE):
mpiExec = wfArgs.mpiexec,
numPROC = numPROC)



0 comments on commit 4b6a682

Please sign in to comment.