Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestfwilliams committed Feb 2, 2024
1 parent 87233ab commit f36e62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_merge_tops_bursts.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_download_metadata_xmls(monkeypatch, tmp_path, test_data_dir):
def test_get_scene_roi(test_s1_obj):
bursts = test_s1_obj.product.bursts
roi = merge.get_scene_roi(bursts)
golden_roi = (53.045079513806, 27.325111859227817, 54.15684468161031, 27.847161580403135)
golden_roi = (53.045079513806, 27.325111859227817, 54.15684468161031, 27.847161580403135)
assert np.all(np.isclose(roi, golden_roi))


Expand Down Expand Up @@ -260,7 +260,7 @@ def test_get_frames_and_indexes(isce2_merge_setup):
assert burst_index[0] == [2, 0, 2]


# FIXME: test_merge_bursts doesn't work due to pathing issue.
# FIX: test_merge_bursts doesn't work due to pathing issue.
# def test_merge_bursts(isce2_merge_setup):
# import os
# os.chdir(isce2_merge_setup)
Expand Down

0 comments on commit f36e62d

Please sign in to comment.