SURGroup / UQpy

UQpy (Uncertainty Quantification with python) is a general purpose Python toolbox for modeling uncertainty in physical and mathematical systems.
MIT License
267 stars 77 forks source link

Set delete files input in RunModel #117

Open AudOlivier opened 2 years ago

AudOlivier commented 2 years ago

Certain modules (inference, form) throw an error if the delete_files input is not set to True when passing in a RunModel. Should create some kind of check in those cases to explain the error or over-write this input.