Ensure files are always copied
The files used in the predict pipeline can be incorrect in some circumstances due to the presence of older files with the same name. This MR ensures that the old files are removed and new copies made. This avoids the following error in subtract_sector_models.py: "RuntimeError: ArrayColumn::putColumnCells for column DATA: Table array conformance error".