FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Delete ExternalModel output files #67

Closed andreaperin closed 2 years ago

andreaperin commented 2 years ago

evaluate! function applied to ExternalModel (e.g. finite element models) could create a lot of unnecessary output files. This files can easily saturate ROM when long simulations are performed. A cleanup flag should be implemented for deleting the whole folder containing the samples of one simulation, after the extraction of all usefull values.

FriesischScott commented 2 years ago

Happy to accept a pull request :).