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 26e1a8e commit 6f9c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mean/mean.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { round } = utils;
const url = "http://localhost:3000/data/test.tiff";

const bbox = [80.63, 7.42, 84.21, 10.1];
const expectedBboxValue = 1232.47;
const expectedBboxValue = 1257.64;

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

0 comments on commit 6f9c7be

Please sign in to comment.