InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 17 forks source link

BUG: Fix NormalDistributionImageSource test #47

Closed thewtex closed 5 years ago

thewtex commented 5 years ago

git bisect reveals that the test started failing with

InsightSoftwareConsortium/ITK@4627a89f15e8cf6fc5f0fe6c3ff7e9221ce32db3

which is related to the number of work units used in the pool multi-threader.

Simply consistent output generation by removing threading from the example filter.

thewtex commented 5 years ago

Thanks for the reviews @jhlegarreta !

I don't think we need a multi-thread version since this is just an example.