IEEE Packing: fix test failure

This commit is contained in:
Shahram Najm 2022-03-15 20:35:48 +00:00
parent bff4ff1df4
commit 6e431416f7
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ if [ $HAVE_EXTRA_TESTS -eq 1 ]; then
# No point comparing with grid_simple as grid_ieee will be closer to the actual values
# and less lossy
# Test with environment variable
ECCODES_GRIB_IEEE_PACKING=32 \
$EXEC ${test_dir}/grib_packing_order grid_simple packing_type_before_values $temp_ieee1
grib_check_key_equals $temp_ieee1 packingType grid_ieee
fi