Skip to content

Commit a4fe263

Browse files
JeroenVerstraelenPeter Van Bouwel
authored andcommitted
fix test_global_bounds_from_weak_spatial_extent Open-EO#358
1 parent 4091c27 commit a4fe263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_dry_run.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,10 +1166,10 @@ def test_global_bounds_from_weak_spatial_extent(dry_run_env, dry_run_tracer):
11661166
dry_run_env, source_id=("load_collection", ("ESA_WORLDCOVER_10M_2020_V1", ()))
11671167
)
11681168
assert {
1169-
"west": 0.09999999927961767,
1170-
"east": 8.00008333258134,
1171-
"south": 0.09999999971959994,
1172-
"north": 5.000083333033345,
1169+
"west": 0.9999999992760138,
1170+
"east": 3.000083332601349,
1171+
"south": 0.9999999997160103,
1172+
"north": 3.0000833330413315,
11731173
"crs": "EPSG:4326",
11741174
} == load_params.global_extent
11751175

0 commit comments

Comments
 (0)