Hi,

        The test ProbingAll within BackwardTest was failing.

        It appears to be that ngramScore should be 0.0 but due to floating
point rounding that differs by compiler (they're permitted to increase
accuracy and it seems most do, but yours does not), it might not be
exactly 0.0.  There was some recognition of this issue, namely the use
of BOOST_CHECK_CLOSE.  However, the reference value is 0.0 and
BOOST_CHECK_CLOSE's tolerance is proportional to the reference value, so
it had zero tolerance.  Replaced with a range check.

Kenneth

On 04/09/14 05:26, Martin Baumgärtner wrote:
> Hi all,
> 
> there's a problem running "ProbingAll" along with BackwardTest after
> successful build that appears to be a rather new one. Might have
> something to do with my boost installation (see appended output)?
> 
> Command line was ...
> 
> ./bjam -a -q -j 2 --with-irstlm=/home/smtuser/SMT/irstlm
> --with-xmlrpc-c=/usr/local > build_out.txt
> 
> ... being run on both, CentOS and OpenSuse, each provided with a
> customized boost installation (version 1.55.0).
> 
> Thanks a lot in advance!
> Martin
> 
> 
> _______________________________________________
> Moses-support mailing list
> [email protected]
> http://mailman.mit.edu/mailman/listinfo/moses-support
> 
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to