Skip to content

Commit 6f52e4e

Browse files
committed
ci: align review fixture assertion
1 parent d6cbef9 commit 6f52e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
python examples/create_review_fixture.py --output-dir /tmp/ylr-review-fixture
5656
yolo-label-recovery review-build /tmp/ylr-review-fixture/dataset /tmp/ylr-review-fixture/candidates.csv --output-dir /tmp/ylr-review-output --render --redact-paths
57-
python -c "import json; d=json.load(open('/tmp/ylr-review-output/summary.json')); assert d['review_rows']==4 and d['render_failures']==0 and set(d['image_class_cases'])=={'GT0_AUTO0','GT0_AUTO1','GT1_AUTO0','GT1_AUTO1'}"
57+
python -c "import json; d=json.load(open('/tmp/ylr-review-output/summary.json')); assert d['prediction_rows']==5 and d['review_rows']==5 and d['render_failures']==0 and set(d['image_class_cases'])=={'GT0_AUTO0','GT0_AUTO1','GT1_AUTO0','GT1_AUTO1'}"
5858
- name: Build wheel
5959
run: python -m pip wheel --no-deps --wheel-dir dist .
6060
- name: Reject private artifacts

0 commit comments

Comments
 (0)