We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a03dd2 commit ce2f2aaCopy full SHA for ce2f2aa
control/xferfcn.py
@@ -884,7 +884,6 @@ def append(self, other):
884
The second model is converted to a transfer function if necessary,
885
inputs and outputs are appended and their order is preserved"""
886
other = _convert_to_transfer_function(other)
887
- common_timebase(self.dt, other.dt) # Call just to validate ``dt``s
888
889
new_tf = bdalg.combine_tf([
890
[self, np.zeros((self.noutputs, other.ninputs))],
0 commit comments