Disable YOLO training plot side effects
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-07 05:25:47 +02:00
parent 2c9002785e
commit 3524ee7fb2
4 changed files with 6 additions and 0 deletions
@@ -63,6 +63,7 @@ def test_operator_yolo_train_smoke_script_contract() -> None:
assert "dataset.yaml" in script
assert "from ultralytics import YOLO" in script
assert "model.train" in script
assert "plots=False" in script
assert "training_summary.json" in script
assert "download" not in script.lower()
assert "fixture_mode" not in script