Skip GSD and size filtering without altitude

This commit is contained in:
Roman Meshko
2026-04-23 20:37:25 +03:00
parent 5cfcdb5fd5
commit a78e483a33
5 changed files with 14 additions and 29 deletions
-11
View File
@@ -228,17 +228,6 @@ def image_small():
def image_large():
return _read_media("image_large.JPG")
@pytest.fixture(scope="session")
def image_dense():
return _read_media("image_dense01.jpg")
@pytest.fixture(scope="session")
def image_dense_02():
return _read_media("image_dense02.jpg")
@pytest.fixture(scope="session")
def image_different_types():
return _read_media("image_different_types.jpg")