Skip to content

Allow overwrite results

Colm Talbot requested to merge all_overwrite_results into master

This MR allows adds an overwrite kwarg to Result.save_to_file. If True and there is an existing result with the same name, the old file will be removed before saving the file.

The default behaviour has not changed.

Merge request reports