Skip to content

Commit

Permalink
address flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Jul 13, 2023
1 parent 87918f6 commit ca91bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hyp3_isce2/insar_tops_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def main():

if args.apply_water_mask:
unwrapped_phase = f'{product_name}/{product_name}_unw_phase.tif'
wrapped_phase = f'{product_name}/{product_name}_wrapped_phase.tif'
wrapped_phase = f'{product_name}/{product_name}_wrapped_phase.tif'
water_mask = f'{product_name}/{product_name}_water_mask.tif'
create_water_mask(wrapped_phase, water_mask)
for geotiff in [wrapped_phase, unwrapped_phase]:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_water_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ def test_create_water_mask_with_water_and_land(tmp_path, test_data_dir):
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
])
assert np.array_equal(data, expected)
del ds
del ds

0 comments on commit ca91bd7

Please sign in to comment.