Closed
Description
Using control.combine_time_responses
results in the following error:
AttributeError: 'TimeResponseData' object has no attribute 'types'
This is because the code that adds new trace labels to the combined data has a bug where is trying to access a types
attribute from the TimeResponseData
objects instead of trace_types
.
Metadata
Metadata
Assignees
Labels
No labels