Skip to content

Commit

Permalink
expected EXPECTED_BBOX_STATS
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent 028bd52 commit 3c15b36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ const EXPECTED_RASTER_STATS = [

const EXPECTED_BBOX_STATS = [
{
count: 213,
count: 188,
invalid: 0,
max: 5166.7,
mean: 1232.4718309859154,
median: 906.7,
mean: 1257.6351063829786,
median: 915.85,
min: 0,
mode: 0,
modes: [0],
range: 5166.7,
std: 1195.3529916721104,
sum: 262516.5,
valid: 213,
variance: 1428868.7746994647
std: 1216.4677587709607,
sum: 236435.4,
valid: 188,
variance: 1479793.808129244
}
];

Expand Down

0 comments on commit 3c15b36

Please sign in to comment.