Fix broken test

This commit is contained in:
Shahram Najm 2021-01-28 18:59:05 +00:00
parent 24551b2a35
commit 7e41414f90
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ sample2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
# Template 4.86
# -------------
# TODO: Add tablesVersion later...
$tools_dir/grib_set -s productDefinitionTemplateNumber=86,numberOfForecastsUsedInLocalTime=1 $sample2 $temp
grib_check_key_equals $temp totalNumberOfQuantiles,quantileValue '0 0'
$tools_dir/grib_set -s productDefinitionTemplateNumber=86,totalNumberOfQuantiles=2 $sample2 $temp
grib_check_key_equals $temp totalNumberOfQuantiles,quantileValue '2 0'
# Template 4.88