« Return to Thread: test imread.m fails without reason

Re: test imread.m fails without reason

by Thomas Weber-8 :: Rate this Message:

Reply to Author | View in Thread

On Fri, Jul 03, 2009 at 11:27:37AM +0200, Tobias Kerzenmacher wrote:
> To: bug@...
> Cc: tobiask
> Subject: test imread.m fails without reason
>
> Bug report for Octave 3.1.55 configured for i686-pc-linux-gnu

Please try 3.2.0 first.

> !!!!! test failed
> assert (A (:, :, 1),[0, 255, 0; 255, 237, 255; 0, 255, 0]) expected
>      0   255     0
>    255   237   255
>      0   255     0
> but got
>     0  255    0
>   255  237  255
>     0  255    0
> Type uint8 matrix != matrix
>
> To me it looks as if the expected result is the same as the one received.

This might be an issue of different data types.

> Fortran compiler: g77

Is there a special reason for not using gfortran here?

        Thomas
_______________________________________________
Bug-octave mailing list
Bug-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/bug-octave

 « Return to Thread: test imread.m fails without reason