Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70d9761

Browse files
authored
Update timeplot.py
fix name of TimeResponseData object from types to trace_types
1 parent6406868 commit70d9761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎control/timeplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def combine_time_responses(response_list, trace_labels=None, title=None):
738738
ifgenerate_trace_labels:
739739
trace_labels.append(response.title)
740740
trace_types.append(
741-
Noneifresponse.trace_typesisNoneelseresponse.types[0])
741+
Noneifresponse.trace_typesisNoneelseresponse.trace_types[0])
742742

743743
else:
744744
# Save the data

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp