test.r3.null stderr

+ set -e
+ set -x
+ g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
+ r3.mapcalc expr=test_volume_float_1 = float(col() + row() + depth())
+ r3.mapcalc expr=test_volume_float_2 = test_volume_float_1
+ r3.mapcalc expr=test_volume_double_1 = double(col() + row() + depth())
+ r3.mapcalc expr=test_volume_double_2 = test_volume_double_1
+ r3.mapcalc expr=test_volume_float_null_1 = if(row() == 1 || row() == 5, null(), test_volume_float_1)
+ r3.mapcalc expr=test_volume_float_null_2 = if(row() == 1 || row() == 5, null(), test_volume_float_1)
+ r3.mapcalc expr=test_volume_double_null_1 = if(row() == 1 || row() == 5, null(), test_volume_double_1)
+ r3.mapcalc expr=test_volume_double_null_2 = if(row() == 1 || row() == 5, null(), test_volume_double_1)
+ r3.null map=test_volume_float_1 setnull=3,4,5
+ r3.null map=test_volume_float_2 setnull=7,8,9
+ r3.null map=test_volume_float_null_1 null=-1.5
+ r3.null map=test_volume_float_null_2 null=-10.5
+ r3.null map=test_volume_double_1 setnull=3,4,5
+ r3.null map=test_volume_double_2 setnull=7,8,9
+ r3.null map=test_volume_double_null_1 null=-1.5
+ r3.null map=test_volume_double_null_2 null=-10.5
+ r3.out.ascii dp=3 input=test_volume_float_1 output=test_volume_float_1.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_float_2 output=test_volume_float_2.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_float_null_1 output=test_volume_float_null_1.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_float_null_2 output=test_volume_float_null_2.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_double_1 output=test_volume_double_1.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_double_2 output=test_volume_double_2.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_double_null_1 output=test_volume_double_null_1.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ r3.out.ascii dp=3 input=test_volume_double_null_2 output=test_volume_double_null_2.txt
WARNING: Please update the usage of <r3.out.ascii>: option <dp> has been renamed to <precision>
0..20..40..60..80..100
+ diff data/test_volume_float_1.ref test_volume_float_1.txt
+ diff data/test_volume_float_2.ref test_volume_float_2.txt
+ diff data/test_volume_float_null_1.ref test_volume_float_null_1.txt
+ diff data/test_volume_float_null_2.ref test_volume_float_null_2.txt
+ diff data/test_volume_double_1.ref test_volume_double_1.txt
+ diff data/test_volume_double_2.ref test_volume_double_2.txt
+ diff data/test_volume_double_null_1.ref test_volume_double_null_1.txt
+ diff data/test_volume_double_null_2.ref test_volume_double_null_2.txt
+ g.remove -f type=raster_3d name=test_volume_float_1
Removing 3D raster <test_volume_float_1>
+ g.remove -f type=raster_3d name=test_volume_float_2
Removing 3D raster <test_volume_float_2>
+ g.remove -f type=raster_3d name=test_volume_float_null_1
Removing 3D raster <test_volume_float_null_1>
+ g.remove -f type=raster_3d name=test_volume_float_null_2
Removing 3D raster <test_volume_float_null_2>
+ g.remove -f type=raster_3d name=test_volume_double_1
Removing 3D raster <test_volume_double_1>
+ g.remove -f type=raster_3d name=test_volume_double_2
Removing 3D raster <test_volume_double_2>
+ g.remove -f type=raster_3d name=test_volume_double_null_1
Removing 3D raster <test_volume_double_null_1>
+ g.remove -f type=raster_3d name=test_volume_double_null_2
Removing 3D raster <test_volume_double_null_2>
+ rm test_volume_float_1.txt
+ rm test_volume_float_2.txt
+ rm test_volume_float_null_1.txt
+ rm test_volume_float_null_2.txt
+ rm test_volume_double_1.txt
+ rm test_volume_double_2.txt
+ rm test_volume_double_null_1.txt
+ rm test_volume_double_null_2.txt