Allow overwrite results
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.
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.