fix iqdb match constraint
This commit is contained in:
@@ -10,7 +10,7 @@ module Iqdb
|
|||||||
end
|
end
|
||||||
|
|
||||||
def matches
|
def matches
|
||||||
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 0.9}
|
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 90}
|
||||||
end
|
end
|
||||||
|
|
||||||
def empty?
|
def empty?
|
||||||
|
|||||||
Reference in New Issue
Block a user