Skip to content

Commit

Permalink
Update test_nms_match_small.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yinfan98 committed Oct 7, 2023
1 parent aef7b99 commit 7040f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ops/test_nms_match_small.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def forward(self, boxes, scores, iou_threshold, score_threshold):
return match_op(boxes, scores, iou_threshold, score_threshold)


if os.getenv('CI') == 'true':
if get_ops_path is None:
print('Skipping compilation in CI environment.')
else:
print('Running compilation...')
Expand Down

0 comments on commit 7040f1e

Please sign in to comment.