HoloClean / holoclean

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

clean up debugging information #42

Closed minafarid closed 5 years ago

minafarid commented 5 years ago

We need to clean up the debugging information that are scattered across the code..

Examples:

This causes some crashes with smaller datasets.

ScarletGuo commented 5 years ago

sorry my bad, I did not notice this is committed to dev

richardwu commented 5 years ago

I've removed this with #43 and also added a debug_mode flag in self.env['debug_mode'] for all future debug paths.