Skip to content

Commit 434a47d

Browse files
committed
fix: use 3 fragments in debug mode to pass bbox validation
Signed-off-by: Francisco Jiménez <jjcfrank@gmail.com>
1 parent 1afbb65 commit 434a47d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overture_stac/overture_stac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def process_theme_worker(
102102
# Get all fragments
103103
all_fragments = list(type_dataset.get_fragments())
104104
if debug:
105-
all_fragments = all_fragments[:2]
105+
all_fragments = all_fragments[:3]
106106

107107
total_fragments: int = len(all_fragments)
108108

0 commit comments

Comments
 (0)