Skip to content

Commit

Permalink
updated expected test data for a histogram test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 22, 2023
1 parent 33e5622 commit a201e37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/histogram/histogram.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const ratioEIGeorasterResults = {
};

const ratioQuantileBboxResults = {
"0 - 93.2": 31,
">93.2 - 272": 31,
">272 - 724": 31,
">724 - 1141.9": 31,
">1141.9 - 1700.6": 31,
">1700.6 - 2732.4": 31,
">2732.4 - 5166.7": 28
"0 - 97.1": 27,
">97.1 - 272": 27,
">272 - 733.5": 27,
">733.5 - 1176.9": 27,
">1176.9 - 1592.1": 27,
">1592.1 - 2672.4": 27,
">2672.4 - 5166.7": 27
};

const ratioQuantilePolygonResults = {
Expand Down

0 comments on commit a201e37

Please sign in to comment.