Skip to content

Commit

Permalink
Update tests/test_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Forrest Williams <[email protected]>
  • Loading branch information
cirrusasf and forrestfwilliams authored Jan 24, 2024
1 parent 324b98d commit 258bcae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,6 @@ def test_image_math(tmp_path):
image_obj_out, arrayout = load_isce2_image(out_path)
assert np.array_equal(array1 + array2, arrayout)

''' suggest not test load_product
def test_load_product():
xmlname = 'tests/data/test_case/fine_interferogram/IW2.xml'
product = load_product(xmlname)
assert isinstance(product, isceobj.Sensor.TOPS.TOPSSwathSLCProduct.TOPSSwathSLCProduct)
'''

def test_read_product_metadata():
data_dir = Path('tests/data/test_case')
Expand Down

0 comments on commit 258bcae

Please sign in to comment.