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

Commitce2f2aa

Browse files
committed
Get rid of redundant check
1 parent9a03dd2 commitce2f2aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎control/xferfcn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,6 @@ def append(self, other):
884884
The second model is converted to a transfer function if necessary,
885885
inputs and outputs are appended and their order is preserved"""
886886
other=_convert_to_transfer_function(other)
887-
common_timebase(self.dt,other.dt)# Call just to validate ``dt``s
888887

889888
new_tf=bdalg.combine_tf([
890889
[self,np.zeros((self.noutputs,other.ninputs))],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp