@@ -2328,8 +2328,8 @@ function ahuacatlFunctionsTestSuite () {
2328
2328
2329
2329
testPercentile : function ( ) {
2330
2330
var data = [
2331
- [ null , [ 1 , 2 , 3 , 4 , 5 ] , 0 , "rank" ] ,
2332
- [ null , [ 15 , 20 , 35 , 40 , 50 ] , 0 , "rank" ] ,
2331
+ [ 1 , [ 1 , 2 , 3 , 4 , 5 ] , 0 , "rank" ] ,
2332
+ [ 15 , [ 15 , 20 , 35 , 40 , 50 ] , 0 , "rank" ] ,
2333
2333
[ 50 , [ 50 , 40 , 35 , 20 , 15 ] , 100 , "rank" ] ,
2334
2334
[ 50 , [ 15 , 20 , 35 , 40 , 50 ] , 100 , "rank" ] ,
2335
<
8D5E
td data-grid-cell-id="diff-f6c2bd737bf8ace112e5db98af1ee40d9e8244eb17d5c41e7448ff77dfc60748-2335-2335-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">2335
[ 20 , [ 15 , 20 , 35 , 40 , 50 ] , 30 , "rank" ] ,
@@ -2342,7 +2342,7 @@ function ahuacatlFunctionsTestSuite () {
2342
2342
[ 7.25 , [ 1 , 3 , 3 , 4 , 5 , 6 , 6 , 7 , 8 , 8 ] , 75 , "interpolation" ] ,
2343
2343
[ 84 , [ 50 , 65 , 70 , 72 , 72 , 78 , 80 , 82 , 84 , 84 , 85 , 86 , 88 , 88 , 90 , 94 , 96 , 98 , 98 , 99 ] , 45 , "rank" ] ,
2344
2344
[ 86 , [ 50 , 65 , 70 , 72 , 72 , 78 , 80 , 82 , 84 , 84 , 85 , 86 , 88 , 88 , 90 , 94 , 96 , 98 , 98 , 99 ] , 58 , "rank" ] ,
2345
- [ null , [ 3 , 5 , 7 , 8 , 9 , 11 , 13 , 15 ] , 0 , "interpolation" ] ,
2345
+ [ 3 , [ 3 , 5 , 7 , 8 , 9 , 11 , 13 , 15 ] , 0 , "interpolation" ] ,
2346
2346
[ 5.5 , [ 3 , 5 , 7 , 8 , 9 , 11 , 13 , 15 ] , 25 , "interpolation" ] ,
2347
2347
[ 5.5 , [ null , 3 , 5 , null , 7 , 8 , 9 , 11 , 13 , 15 , null ] , 25 , "interpolation" ] ,
2348
2348
[ 5 , [ 4 , 4 , 5 , 5 , 5 , 5 , 6 , 6 , 6 , 7 , 7 , 7 , 8 , 8 , 9 , 9 , 9 , 10 , 10 , 10 ] , 25 , "interpolation" ] ,
0 commit comments