Skip to content

Commit ce2f2aa

Browse files
committed
Get rid of redundant check
1 parent 9a03dd2 commit ce2f2aa

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)