We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7319fca commit 9338071Copy full SHA for 9338071
python/psapi-test/test_imagelayer.py
@@ -33,7 +33,7 @@ def test_get_image_data_mismatched_mask(self):
33
file = psapi.LayeredFile.read(self.mask_path)
34
layer: psapi.ImageLayer_16bit = file["MonzaSP1_DawnShot_V1_v002_ED.BaseAOV"]
35
36
- image_data = layer.image_data
+ image_data = layer.get_image_data()
37
image_data_2 = layer.get_image_data()
38
39
self.assertTrue(-2 in image_data and -2 in image_data_2)
0 commit comments