Skip to content

Commit 8b66d47

Browse files
author
mirzaees
committed
warn for epty blocks instead of error
1 parent d090f89 commit 8b66d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/disp_nisar/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def run(
287287
# Note: implement and test carying compressed slcs
288288
# with forward/historical mode, for workflow with freqB
289289
# probably keep it same as freqA to keep it consistent
290-
run_displacement(cfg=cfg_freqB, debug=debug)
290+
run_displacement(cfg=cfg_freqB, debug=debug, raise_on_empty=False)
291291

292292
# freqB only feeds split-spectrum ionosphere via its timeseries (built
293293
# from the stitched result) and its compressed SLCs are not carried

0 commit comments

Comments
 (0)