Skip to content

Commit

Permalink
ECC-1912: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Aug 29, 2024
1 parent f832945 commit fd38363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/grib_step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ grib_check_key_equals $temp typeOfTimeIncrement 2
${tools_dir}/grib_set -s stepType=avg,typeOfTimeIncrement=255 $grib2_sample $temp
grib_check_key_equals $temp stepType avg
${tools_dir}/grib_set -s stepType=avg $grib2_sample $temp
grib_check_key_equals $temp typeOfTimeIncrement 3
grib_check_key_equals $temp typeOfTimeIncrement 2 # default is 2

# Decode/Encode stepRange as an int and double
${tools_dir}/grib_set -s stepType=accum,stepRange=23-28 $grib2_sample $temp
Expand Down

0 comments on commit fd38363

Please sign in to comment.