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.
freezes and results in the following output with a KeyboardInterrupt
Traceback (most recent call last):
File "propti_prepare.py", line 25, in <module>
ver = pr.Version()
File ".../propti/propti/data_structures.py", line 687, in __init__
self.ver_exec = self.exec_versionCall()
File ".../propti/propti/data_structures.py", line 735, in exec_versionCall
line = proc.stdout.readline().decode("utf-8")
There seems to be incompatibilities with the latest version of Python, i.e.
3.7
For example, calling
freezes and results in the following output with a
KeyboardInterrupt