Skip to content

Ensure files are always copied

David Rafferty requested to merge fix_predict_files into master

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".

Merge request reports