Skip to content

Commit

Permalink
added frequency to expected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 8, 2024
1 parent 4faff44 commit ae55519
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,20 @@ test("virtual resampling, intersecting 4 pixels", async ({ eq }) => {
valid: 0.18,
variance: 112.20061728395062,
std: 10.592479279373201,
frequency: {
1: {
freq: 0.05555555555555555,
n: 1
},
8: {
freq: 0.05555555555555555,
n: 8
},
38: {
freq: 0.8888888888888888,
n: 38
}
},
histogram: {
1: {
n: 1,
Expand Down

0 comments on commit ae55519

Please sign in to comment.