Skip to content

Commit 9797cf9

Browse files
committed
Merge branch 'toniof-598-gridmapping_test_fail' into toniof-516-unify-datasetio2
2 parents 628c0fa + f77323f commit 9797cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/core/gridmapping/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def test_scale(self):
264264
def test_transform(self):
265265
gm = TestGridMapping(**self.kwargs(xy_min=(20, 56),
266266
size=(400, 200),
267+
tile_size=(400, 200),
267268
xy_res=(0.01, 0.01)))
268269
transformed_gm = gm.transform('EPSG:32633')
269270

0 commit comments

Comments
 (0)