ASFHyP3 / hyp3-autorift

A HyP3 plugin for feature tracking processing with AutoRIFT-ISCE
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

fix path vs str b/c gdal #204

Closed jhkennedy closed 1 year ago

jhkennedy commented 1 year ago
asjohnston-asf commented 1 year ago

the mock for _apply_filter_function in test_apply_landsat_filtering should have it's return type updated to match the new function signature: https://github.com/ASFHyP3/hyp3-autorift/blob/develop/tests/test_process.py#L364

jhkennedy commented 1 year ago

@asjohnston-asf good catch! Updated