Skip to content

Commit

Permalink
updated test value
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent 4444890 commit 542b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sum/sum.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const bbox = [80.63, 7.42, 84.21, 10.1];
// arr = src.read(1, window=from_bounds(80.63, 7.42, 84.21, 10.1, src.transform))
// arr[arr > 0].sum()
// 236_435.40000000002
const expectedBboxValue = 262_516.5;
const expectedBboxValue = 236_435.4;

const polygon = JSON.parse(readFileSync("./data/part-of-india.geojson", "utf-8"));

Expand Down

0 comments on commit 542b7fd

Please sign in to comment.