Skip to content
Snippets Groups Projects
Commit ade635f5 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

define unit test more stringent

this is possible due to more accurate parametrization coming from
commit 8bfdd696
parent 37c43f7e
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,7 @@ BOOST_AUTO_TEST_CASE(test_construct_sidechain_atoms) {
uint end_idx = all_pos.GetLastIndex(i);
for(uint j = start_idx; j <= end_idx; ++j){
Real d = geom::Distance(initial_all_pos.GetPos(j), all_pos.GetPos(j));
//largest observed distance in TYR OH
BOOST_CHECK(d < 0.53);
BOOST_CHECK(d < 0.2);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment