Skip to content

Commit

Permalink
ECC-1968: Test higher bits
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Nov 27, 2024
1 parent 6b98e57 commit 87f5931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/grib_bitmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ stats=`${tools_dir}/grib_get -F%.2f -p max,min,avg $temp2`
# ECC-1968
# ---------
in=${data_dir}/grid_complex_spatial_differencing.grib2
${tools_dir}/grib_set -s setBitsPerValue=25 $in $temp2
${tools_dir}/grib_get -p bitsPerValue $temp2
${tools_dir}/grib_set -s setBitsPerValue=28 $in $temp2
grib_check_key_equals $temp2 bitsPerValue 24 # Update this once wgrib2 fixes this bug

# Clean up for ECC-1858
rm -f $in_with_bitmap $in_no_bitmap
Expand Down

0 comments on commit 87f5931

Please sign in to comment.