Skip to content

Commit 9338071

Browse files
committed
fix py tests
1 parent 7319fca commit 9338071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/psapi-test/test_imagelayer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_get_image_data_mismatched_mask(self):
3333
file = psapi.LayeredFile.read(self.mask_path)
3434
layer: psapi.ImageLayer_16bit = file["MonzaSP1_DawnShot_V1_v002_ED.BaseAOV"]
3535

36-
image_data = layer.image_data
36+
image_data = layer.get_image_data()
3737
image_data_2 = layer.get_image_data()
3838

3939
self.assertTrue(-2 in image_data and -2 in image_data_2)

0 commit comments

Comments
 (0)