RWTH-EBC/FiLiP

Bug: Loading semantic state, wrong headers

Closed this issue · 1 comments

Describe the bug
When loading the state of the semantic manager from json, the header of the loaded instances are always the default header. Not the header originally given to the instances.

Fix
In the _context_entity_to_semantic_class method the class receives a fiware_header(outdated) instead of a header parameter.