Page MenuHomePhabricator

TestMode3DMean (NavigationDataToPointSetFilterTest) fails in Debug mode
Closed, WontfixPublic

Description

Test fails always in debug and on some machines also in release mode.

There is an infinite loop, caused by mitkNavigationDataToPointSetFilter, line 204

if (counterVec[i]<m_NumberForMean)

numberForMean is 5, counterVec is not further increased.

Event Timeline

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.