HoloClean / holoclean

A Machine Learning System for Data Enrichment.
http://www.holoclean.io
Apache License 2.0
514 stars 129 forks source link

[ready] Fix an error in violation detection #68

Closed minafarid closed 5 years ago

minafarid commented 5 years ago

Use in instead of .find() to match strings. This was causing an error if find() returns 0, then the if condition would evaluate to false even if find() returned a valid position.