Skip to content
Snippets Groups Projects

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

8 files
+ 103
37
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -279,6 +279,8 @@ class Crawler(object):
@@ -279,6 +279,8 @@ class Crawler(object):
except DataInconsistencyError as e:
except DataInconsistencyError as e:
logger.debug(traceback.format_exc())
logger.debug(traceback.format_exc())
logger.debug(e)
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:
except Exception as e:
try:
try:
DataModelProblems.evaluate_exception(e)
DataModelProblems.evaluate_exception(e)
Loading