Skip to content

Commit 129a053

Browse files
authored
Merge pull request #331 from bnavigator/remove-negate-comment
remove docstring about second sys in negate()
2 parents c65263f + 584734c commit 129a053

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

control/bdalg.py

-5
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ def negate(sys):
169169
This function is a wrapper for the __neg__ function in the StateSpace and
170170
TransferFunction classes. The output type is the same as the input type.
171171
172-
If both systems have a defined timebase (dt = 0 for continuous time,
173-
dt > 0 for discrete time), then the timebase for both systems must
174-
match. If only one of the system has a timebase, the return
175-
timebase will be set to match it.
176-
177172
Examples
178173
--------
179174
>>> sys2 = negate(sys1) # Same as sys2 = -sys1.

0 commit comments

Comments
 (0)