Skip to content

Commit 039362e

Browse files
author
rky95813
committed
Updated test to account for changed exposure getting/setting
1 parent 40f2100 commit 039362e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_omexml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def test_14_10_get_exposure_time(tiff_xml):
799799
pixels = o.image(0).Pixels
800800
assert isinstance(pixels, bioformats.omexml.OMEXML.Pixels)
801801
plane = pixels.Plane(0)
802-
assert plane.ExposureTime == 0.25
802+
assert plane.get_ExposureTime == 0.25
803803

804804

805805
def test_14_11_get_position_x(tiff_xml):

0 commit comments

Comments
 (0)