mirror of https://gitee.com/openkylin/ilmbase.git
testBoxAlgo: allow fuzzy match of b12 == b2
Also fix a pre-existing typo. Gbp-Pq: Name testBoxAlgo.patch
This commit is contained in:
parent
9d3df6226f
commit
73973adca2
|
@ -886,10 +886,11 @@ boxMatrixTransform ()
|
|||
|
||||
assert (approximatelyEqual (b2.min, b4.min, e));
|
||||
assert (approximatelyEqual (b2.max, b4.max, e));
|
||||
assert (approximatelyEqual (b3.max, b4.max, e));
|
||||
assert (approximatelyEqual (b3.min, b4.min, e));
|
||||
assert (approximatelyEqual (b3.max, b4.max, e));
|
||||
|
||||
assert (b21 == b2);
|
||||
assert (approximatelyEqual (b2.min, b21.min, e));
|
||||
assert (approximatelyEqual (b2.max, b21.max, e));
|
||||
assert (b31 == b3);
|
||||
|
||||
M[0][3] = 1;
|
||||
|
|
Loading…
Reference in New Issue