forked from organicmaps/organicmaps
Merge pull request #2839 from ygorshenin/fix-rotten-quality-tests
[search] Fixed rotten quality tests.
This commit is contained in:
commit
60d317ca5e
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue