Menu

#2 Test failure: Issues with estimation of lowerConnectivity

open
nobody
None
4
2013-04-15
2013-04-15
No

Investigate and fix underlying issue in h_lowerCon or h_isSource calculation, and enable the following assert in LinearSamplingTests.cpp:

if (h_lowerCon[i] == 0) {
// Disable this verification. I guess this is a bug in lowerCon / isSource calculation!
// ASSERT_TRUE(h_isSource[i]);
}

Discussion


Log in to post a comment.