MilesCranmer commited on
Commit
ac2e8e0
1 Parent(s): c57ba15

Save hall of fame to a backup to prevent deletions

Browse files
Files changed (1) hide show
  1. julia/sr.jl +1 -0
julia/sr.jl CHANGED
@@ -982,6 +982,7 @@ function fullRun(niterations::Integer;
982
  end
983
  end
984
  end
 
985
 
986
  # Try normal copy otherwise.
987
  if migration
 
982
  end
983
  end
984
  end
985
+ cp(hofFile, hofFile*".bkup", force=true)
986
 
987
  # Try normal copy otherwise.
988
  if migration