Skip to content

Commit

Permalink
updated median test value
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent a090cec commit 028bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/median/median.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const bboxGeojson = `{
}
}]
}`;
const expectedBboxGeojsonValue = 1849.4;
const expectedBboxGeojsonValue = 1831.9;

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

0 comments on commit 028bd52

Please sign in to comment.