Skip to content

Commit cff6869

Browse files
committed
text fix
1 parent 6c0ef58 commit cff6869

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
@@ -2133,10 +2133,10 @@ def test_complex_diamond_and_buffering(dry_run_env,dry_run_tracer):
21332133

21342134
print(loadparams)
21352135
expected_extent = {'crs': 'EPSG:32631',
2136-
'east': 704480,
2137-
'north': 5193960,
2138-
'south': 5164940,
2139-
'west': 692120}
2136+
'east': 704520,
2137+
'north': 5194000,
2138+
'south': 5164900,
2139+
'west': 692080}
21402140
assert(loadparams.global_extent == expected_extent)
21412141
assert loadparams.bands == ['B01', 'B02', 'B03', 'B04', 'B05', 'B06', 'B07', 'B08', 'B8A', 'B09', 'B11', 'B12', 'SCL']
21422142
assert loadparams.pixel_buffer == None

0 commit comments

Comments
 (0)