Skip to content

Commit

Permalink
fail on particular input granule
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Oct 14, 2024
1 parent f3d9a3e commit 9cf7e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hyp3_srg/back_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def back_project(
work_dir: Working directory for processing
gpu: Use the GPU-based version of the workflow
"""
assert granules[0] != 'S1A_IW_RAW__0SDV_20240723T020812_20240723T020844_054882_06AF26_2CE5'

if use_gslc_prefix:
if not (bucket and bucket_prefix):
raise ValueError('bucket and bucket_prefix must be given if use_gslc_prefix is True')
Expand Down

0 comments on commit 9cf7e11

Please sign in to comment.