Changed MP Type to match #1631 image

This commit is contained in:
Andrew Murray 2021-01-01 13:00:01 +11:00
parent 6175389186
commit db3b5108dc
2 changed files with 4 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -96,7 +96,10 @@ def test_ignore_frame_size():
assert im.size == (64, 64) assert im.size == (64, 64)
im.seek(1) im.seek(1)
assert im.mpinfo[0xB002][1]['Attribute']['MPType'] == "Multi-Frame Image: (Disparity)" assert (
im.mpinfo[0xB002][1]["Attribute"]["MPType"]
== "Multi-Frame Image: (Disparity)"
)
assert im.size == (64, 64) assert im.size == (64, 64)