[GRASS-dev] [GRASS GIS] #2854: results in winGRASS7 32bit vs 64bit: should they be identical?
GRASS GIS
trac at osgeo.org
Thu Jan 7 05:08:18 PST 2016
#2854: results in winGRASS7 32bit vs 64bit: should they be identical?
---------------------+---------------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.3
Component: Raster | Version: svn-releasebranch70
Resolution: | Keywords:
CPU: x86-64 | Platform: MSWindows 7
---------------------+---------------------------------
Comment (by hellik):
Replying to [comment:3 hellik]:
> Replying to [comment:2 hellik]:
> > {{{
> > r.mapcalc expression=difftestepsilon_values = if(abs(
accum_wg32bit at watershedtest - accum_wg64bit at watershedtest ) <= 1.0e-15, 1
, accum_wg32bit at watershedtest - accum_wg64bit at watershedtest )
> > }}}
>
> {{{
> r.mapcalc expression=difftestepsilon_values2 = if(abs(
accum_wg32bit at watershedtest - accum_wg64bit at watershedtest ) <= 1.0e-15,
null() , accum_wg32bit at watershedtest - accum_wg64bit at watershedtest )
> }}}
>
{{{
r.univar -e map=difftestepsilon_values2 at watershedtest
total null and non-null cells: 2025000
total null cells: 1380680
Of the non-null cells:
----------------------
n: 644320
minimum: -8.14907e-010
maximum: 4.65661e-010
range: 1.28057e-009
mean: -1.12517e-012
mean of absolute values: 1.73591e-012
standard deviation: 0
variance: 0
variation coefficient: -0 %
sum: -7.24971475962732e-007
1st quartile: -3.55271e-015
median (even number of cells): -1.77636e-015
3rd quartile: 3.55271e-015
90th percentile: 1.77636e-014
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2854#comment:4>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list