Mercurial > hg > octave-nkf
comparison scripts/general/shift.m @ 13290:c479e3d0311f
shift.m: Fix typo in %!error tests
* shift.m: Fix typo in %!error tests
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 07 Oct 2011 16:44:47 -0700 |
parents | 04edb15d7966 |
children | 10eba5cdb5d4 |
comparison
equal
deleted
inserted
replaced
13289:1a6537dbce7b | 13290:c479e3d0311f |
---|---|
90 %% Test input validation | 90 %% Test input validation |
91 %!error shift () | 91 %!error shift () |
92 %!error shift (1, 2, 3, 4) | 92 %!error shift (1, 2, 3, 4) |
93 %!error shift ([], 1) | 93 %!error shift ([], 1) |
94 %!error shift (ones(2), ones(2)) | 94 %!error shift (ones(2), ones(2)) |
95 %!error kurtosis (ones(2), 1.5) | 95 %!error shift (ones(2), 1.5) |
96 %!error kurtosis (ones(2), 0) | 96 %!error shift (ones(2), 0) |
97 %!error kurtosis (ones(2), 3) | 97 %!error shift (ones(2), 3) |
98 | 98 |