[Insight-developers] InPlace filters crashing after checkin
Bradley Lowekamp
blowekamp at mail.nih.gov
Thu Nov 3 10:54:16 EDT 2011
OK,
I am on the right track for this now...
Figuring out the two similar tests helped:
diff Modules/Nonunit/Review/test/itkMultiplyByConstantImageFilterTest.cxx Modules/Compatibility/Deprecated/test/itkMultiplyByConstantImageFilterTest.cxx
18d17
<
20c19
< #include "itkMultiplyImageFilter.h"
---
> #include "itkMultiplyByConstantImageFilter.h"
91,92c90,91
< typedef itk::MultiplyImageFilter<
< InputImageType, InputImageType, OutputImageType > FilterType;
---
> typedef itk::MultiplyByConstantImageFilter<
> InputImageType, FactorType, OutputImageType > FilterType;
100c99
< filter->SetInput2( inputImage );
---
> filter->SetInput( inputImage );
107c106
< filter->SetInput1( factor );
---
> filter->SetConstant( factor );
Input1 may not be a image in the failing cases.
WIP...
Brad
On Nov 3, 2011, at 8:42 AM, Bill Lorensen wrote:
> Gaëtan,
>
> Various inplace filters are crashing intermittently after your checkin last night. The placement of your new logic should probably be put inside the existing if test. I guess you and the reviewers missed the failing robot tests of your gerrit topic.
>
> Bill
>
> --
> Unpaid intern in BillsBasement at noware dot com
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
========================================================
Bradley Lowekamp
Medical Science and Computing for
Office of High Performance Computing and Communications
National Library of Medicine
blowekamp at mail.nih.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20111103/5f38d4e1/attachment.htm>
More information about the Insight-developers
mailing list