Open edX, the edX platform that powers http://edx.org - Fix PEP8: E302 expected 2 blank lines, found 1 · IET-OU/edx-platform@cf93081
Open edX, the edX platform that powers http://edx.org - Fix PEP8: E302 expected 2 blank lines, found 1 · IET-OU/edx-platform@b2ff02f
@@ -48,8 +48,7 @@ def bbox_ioa(box1, box2, iou=False, eps=1e-7): def box_iou(box1, box2, eps=1e-7): """ Calculate intersection-over-union (IoU) of boxes. Both sets of boxes are expected to be in (x1, y1, x2, y2) format. Calculate intersection-over-union (...