Skip to content

Commit

Permalink
added scaled valid values to stats test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed May 16, 2024
1 parent dfb76b6 commit 25f5fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ test("virtual resampling, contained", async ({ eq }) => {
sum: 0.30158730158730157,
range: 0,
mean: 38,
valid: 0.007936507936507936,
variance: 0,
std: 0,
histogram: { 38: { n: 38, ct: 0.007936507936507936 } },
Expand All @@ -285,6 +286,7 @@ test("virtual resampling, intersecting 4 pixels", async ({ eq }) => {
sum: 6.17,
range: 37,
mean: 34.27777777777778,
valid: 0.18,
variance: 112.20061728395062,
std: 10.592479279373201,
histogram: {
Expand Down

0 comments on commit 25f5fdb

Please sign in to comment.