FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 125 forks source link

Dublicates of experimental data files #7

Open p-lauer opened 5 years ago

p-lauer commented 5 years ago

In GitLab by @hehnen1 on Nov 1, 2017, 16:01

During the propti_prepare process, files are copied to the new directory. If the experimental data file is the same for multiple simulation setups, used for one inverse modelling run, shutil.py raises the SameFileError.

We should think about if we want to force the user to have multiple single files for experimental data or if we want to account for it. Options to account for it, that I see right now, are:

p-lauer commented 5 years ago

In GitLab by @arnold1 on Nov 22, 2017, 18:00

assigned to @arnold1

p-lauer commented 5 years ago

In GitLab by @hehnen1 on Dec 17, 2017, 20:05

added ~276 label