Commit 535cbb5
authored
Fix double-negative error message in TransferFunction call (#1061)
The discrete-only call methods for TransferFunction threw an
ArgumentError with the message "It only makes no sense to call this
function with discrete systems" — a double negative that asserts the
opposite of the actual requirement.
Rephrase to "This function can only be called with discrete-time
systems".1 parent ec4afdc commit 535cbb5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments