errMsg:`3 observations found in buckets, but the Count field is 4: histogram's observation count should equal the number of observations found in the buckets (in absence of NaN)`,
skipFloat:true,
},
"rejects histogram that has too few negative buckets":{
errMsg:`2 observations found in buckets, but the Count field is 0: histogram's observation count should be at least the number of observations found in the buckets`,
errMsg:`2 observations found in buckets, but the Count field is 0: histogram's observation count should equal the number of observations found in the buckets (in absence of NaN)`,
skipFloat:true,
},
"rejects a histogram that doesn't count the zero bucket in its count":{
errMsg:`3 observations found in buckets, but the Count field is 2: histogram's observation count should be at least the number of observations found in the buckets`,
errMsg:`3 observations found in buckets, but the Count field is 2: histogram's observation count should equal the number of observations found in the buckets (in absence of NaN)`,