Skip to content
Snippets Groups Projects

TableConverter now converts int to float and vice versa to match the desired dtype.

Merged Daniel Hornung requested to merge f-convert-int-float into dev
1 unresolved thread
Files
8
@@ -279,6 +279,8 @@ class Crawler(object):
except DataInconsistencyError as e:
logger.debug(traceback.format_exc())
logger.debug(e)
# TODO: Generally: in which cases should exceptions be raised? When is
# errors_occured set to True? The expected behavior must be documented.
except Exception as e:
try:
DataModelProblems.evaluate_exception(e)
Loading