1037 Adjust minimum entropy required for positive guessing

pull/1130/head
Rafa de la Torre 10 years ago
parent 185f94afc0
commit a4c14d3559

@ -5,7 +5,7 @@ module CartoDB
class ContentGuesser
COUNTRIES_QUERY = 'SELECT synonyms FROM country_decoder'
MINIMUM_ENTROPY = 0.8
MINIMUM_ENTROPY = 0.9
def initialize(db, table_name, schema, options)
@db = db

Loading…
Cancel
Save