FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
31 stars 11 forks source link

Multiple ExternalModel #99

Closed andreaperin closed 1 year ago

andreaperin commented 1 year ago

AS IS: When running evaluate! with more than 1 ExternalModel they store thier results in 2 different folder based on their timestamp. If the second ExternalModel needs the output of the first model is not possible to use the cleanup flag.

TO BE: All the ExternalModels store result in the same directory. If the cleanup flag is step to true, all the outputs in the result folder are deleted only after the last Model run.

FriesischScott commented 1 year ago

I'm so doing this 😅.

andreaperin commented 1 year ago

Perfect! Thank you so much. If there will be something you want me to do for it, just ask!