Working harvesting detection, working manufacturing detection.

This commit is contained in:
2026-08-12 13:54:40 -06:00
parent 2181655801
commit d7755df2e8
112 changed files with 1105 additions and 177 deletions
+10
View File
@@ -0,0 +1,10 @@
from pathlib import Path
import analyze
CORRUPT = sorted(Path("tests/images/corrupt").glob("*.png"))
def test_corrupt_images_are_skipped_gracefully():
for path in CORRUPT:
assert analyze.load_image(path) is None, path