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 124 forks source link

Changed init to finished, to read correct propti file #70

Closed ashishvinayak closed 4 years ago

ashishvinayak commented 5 years ago

Problem: During running propti_analyse.py one ends up having None values for best parameters after running the IMP. These None values are substituted back into the template file when running --create_best_input and --run_best, thereby causing an error.

Solution: This is because the wrong file was being read.

p-lauer commented 4 years ago

Can we merge this?