[Insight-developers] SimpleITK dashboard

Bradley Lowekamp blowekamp at mail.nih.gov
Thu Jul 28 10:40:37 EDT 2011


Hello Dan!

Thanks! That patch fixed a lot more the 50% of the CSharp related tests. I merged into next and master. And the dashboard looks good! ( Well there are still several issues there, but the CSharp is looking no worse then the other languages. )

The only test which is of issue is the ExampleSimpleGaussian. But looking at that:
http://public.kitware.com/dashboard.php?name=itk

It appears to be failing because of a hash was used to compare the images. This is not going to work because the output type of CSharp example is still the output type of the SmoothingRecursiveGaussian, which is float or double. So the images on different systems are going to be slightly different, so a hash can't be used. For the  C++ version of this example we added a cast which converts the image back to the input type, so that's how we got away with it there.

Now I need to get to work on some of those other failing tests!

Brad


On Jul 27, 2011, at 4:01 PM, Dan Mueller wrote:

> Hi Brad,
> 
> Found an issue which solves about 1/2 of the C# failing tests, see
> diff file below/attached.
> 
> Cheers, Dan Mueller
> 



More information about the Insight-developers mailing list