feat: complete Wallonia land cover and terrain sources
This commit is contained in:
@@ -232,6 +232,10 @@ def test_yolo_configured_model_reports_configured_with_local_model_and_dependenc
|
||||
assert model.configured is True
|
||||
assert model.status == "configured"
|
||||
assert model.version == settings.yolo_model_version
|
||||
assert model.nationally_validated is False
|
||||
assert model.operator_review_required is True
|
||||
assert model.validated_regions == ["flanders_mol_kempen"]
|
||||
assert "Mol and the Kempen" in (model.validation_scope or "")
|
||||
|
||||
|
||||
def test_yolo_dependency_check_uses_real_imports_not_find_spec() -> None:
|
||||
|
||||
Reference in New Issue
Block a user