Skip to content

Commit

Permalink
Updated tests for new Westport tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Nov 10, 2024
1 parent 7c352e4 commit abe53b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_dem_generation_westport_1/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Test(base_test.Test):
"CL2_BR20_2020_1000_4212.laz": 8340310,
"CL2_BR20_2020_1000_4213.laz": 6094309,
"CL2_BR20_2020_1000_4214.laz": 8492543,
DATASET + "_TileIndex.zip": 1125874,
DATASET + "_TileIndex.zip": 1848391,
}

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dem_generation_westport_2/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Test(base_test.Test):
FILE_SIZES = {
"CL2_BR20_2020_1000_4012.laz": 2636961,
"CL2_BR20_2020_1000_4013.laz": 3653378,
DATASET + "_TileIndex.zip": 1125874,
DATASET + "_TileIndex.zip": 1848391,
}

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dem_generation_westport_3/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Test(base_test.Test):
FILE_SIZES = {
"CL2_BR20_2020_1000_4012.laz": 2636961,
"CL2_BR20_2020_1000_4112.laz": 9036407,
DATASET + "_TileIndex.zip": 1125874,
DATASET + "_TileIndex.zip": 1848391,
}

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dem_generation_westport_4/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Test(base_test.Test):
"CL2_BR21_2020_1000_4704.laz": 20851153,
"CL2_BR21_2020_1000_4705.laz": 19749374,
"CL2_BR21_2020_1000_4804.laz": 18379794,
DATASET + "_TileIndex.zip": 1125874,
DATASET + "_TileIndex.zip": 1848391,
}

@classmethod
Expand Down

0 comments on commit abe53b2

Please sign in to comment.