Closed thewtex closed 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.
Thanks for the reviews @jhlegarreta !
I don't think we need a multi-thread version since this is just an example.
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.