Skip to content

Commit

Permalink
improve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cirrusasf committed Jan 29, 2024
1 parent 72ed1b3 commit 294a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _check_create_image(path: str, image_subtype: str = 'default'):
length, width = array.shape
out_path = str(tmp_path / 'isce_image_2d')
utils.write_isce2_image(out_path, array=array, bands=bands, length=length, width=width, mode='write',
data_type='FLOAT')
data_type='FLOAT')

# test ifg in create, finalize, and load modes
path_c = path + '/img_via_create'
Expand Down

0 comments on commit 294a2d0

Please sign in to comment.