Skip to content

Commit 24ddb44

Browse files
committed
Fix small typo in run_checks.py
1 parent 8fb1e5a commit 24ddb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biapy/utils/scripts/run_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
"yaml": "test_31.yaml",
370370
"internal_checks": [
371371
{"type": "regular", "pattern": "Test IoU (F channel) (merge patches):", "gt": True, "value": 0.7},
372-
{"type": "BMZ", "pattern": "Package path:", "bmz_package_name": "Nuclei Segmentation Boundary Model.zip"},
372+
{"type": "BMZ", "pattern": "Package path:", "bmz_package_name": "2D U-NeXt V1 for nucleus segmentation.zip"},
373373
{"type": "DatasetMatching", "pattern": "DatasetMatching(criterion='iou', thresh=0.3,", "nApparition": 1, "metric": "f1",
374374
"gt": True, "value": 0.9},
375375
]

0 commit comments

Comments
 (0)