Mercurial > hg > octave-image
changeset 325:789dd43cfb4e
Fix test error
author | hauberg |
---|---|
date | Wed, 09 Apr 2008 20:37:03 +0000 |
parents | 652664709456 |
children | 23d88658d3ca |
files | inst/imrotate.m |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/inst/imrotate.m +++ b/inst/imrotate.m @@ -189,8 +189,6 @@ %! y = imrotate(y, 60, methods{m}, "crop", 0); %! end %! for a = 1:(length(angles)) -%! norm((x - imrotate(y, angles(a), methods{m}, "crop", 0)) -%! (10:40, 10:40)) %! assert(norm((x - imrotate(y, angles(a), methods{m}, "crop", 0)) %! (10:40, 10:40)) < tolerances(m,a)); %! end