Merge pull request #2839 from ygorshenin/fix-rotten-quality-tests

[search] Fixed rotten quality tests.
This commit is contained in:
mpimenov 2016-04-07 19:40:14 +03:00
commit 60d317ca5e
3 changed files with 3 additions and 3 deletions

View file

@ -237,7 +237,7 @@ sw:Hoteli|restorenti|mgahawa|chakula
amenity-fuel
en:Gas Station|3fuel|2gas|U+26FD
ru:3Заправка|бензин|топливо
ru:3Заправка|бензин|топливо|азс
uk:3Заправка|бензин|газ
de:3Tankstelle|Tankstation
fr:Station-service|3carburant|2essence

View file

@ -76,7 +76,7 @@ void GetContents(istream & is, string & contents)
bool Matches(Context & context, Sample::Result const & golden, search::Result const & actual)
{
static double constexpr kEps = 2e-5;
static double constexpr kEps = 1e-4;
if (actual.GetResultType() != Result::RESULT_FEATURE)
return false;

View file

@ -1,5 +1,5 @@
#|
exec /usr/local/bin/sbcl --noinform --quit --load $0 --end-toplevel-options "$@"
exec /usr/bin/env sbcl --noinform --quit --load "$0" --end-toplevel-options "$@"
|#
;;; Silently loads :cl-json.