diff --git a/modules/performREC/pyrecodes/run_pyrecodes.py b/modules/performREC/pyrecodes/run_pyrecodes.py index 87cbf2123..d1a23524b 100644 --- a/modules/performREC/pyrecodes/run_pyrecodes.py +++ b/modules/performREC/pyrecodes/run_pyrecodes.py @@ -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 @@ -362,4 +362,4 @@ def select_realizations_to_run(damage_input, inputRWHALE): mpiExec = wfArgs.mpiexec, numPROC = numPROC) - \ No newline at end of file +