Skip to content

Commit

Permalink
Tests update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Nov 17, 2024
1 parent c33ab7b commit d3e0f2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,6 @@ def test_map_preview():
assert os.path.isfile(preview_path), f"Preview not found: {preview_path}"
img = cv2.imread(preview_path)
assert img is not None, f"Preview could not be read: {preview_path}"
assert img.shape == (
2048,
2048,
3,
), f"Preview shape mismatch: {img.shape} != (2048, 2048, 3)"
assert img.dtype == "uint8", f"Preview dtype mismatch: {img.dtype} != uint8"


def test_map_pack():
Expand Down

0 comments on commit d3e0f2d

Please sign in to comment.