RWTH-EBC / AixCaliBuHA

Wield this tool to be King Arthur of your models.
MIT License
10 stars 2 forks source link

Fix merging of calibration classes #39

Closed FelixStege closed 2 years ago

FelixStege commented 2 years ago

Trying to calibrate a Dymola model (.mo) results in the following error message: "For inputs to be used by DymolaAPI.simulate, you have to specify the 'table_name' and the 'file_name' as keyword arguments of the function. These must matchthe values 'tableName' and 'fileName' in the CombiTimeTable model in your modelica code."

This is caused by merging the calibration classes in data_types.py. Here, the input_kwargs attribute is not merged and drops out of the class object.

github-actions[bot] commented 2 years ago

Branch 39-Fix-merging-of-calibration-classes created!