Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Apr 2, 2024
1 parent 7e8c26e commit c2c6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/SCRIPTS/test_satellites.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def check_prod(pattern_path: str) -> Product:
if len(prod.get_raw_band_paths()) > 1:
raw_bands = prod.get_raw_band_paths()
# PAN is not considered here
raw_bands.pop(PAN)
raw_bands.pop(PAN, None)
ci.assert_val(
prod.is_stacked,
len(misc.unique(raw_bands.values())) == 1,
Expand Down

0 comments on commit c2c6bb7

Please sign in to comment.