diff --git a/python/converters/converter_tools.py b/python/converters/converter_tools.py index 7299869c..3599182e 100644 --- a/python/converters/converter_tools.py +++ b/python/converters/converter_tools.py @@ -51,7 +51,7 @@ class ConverterTools: for old, new in to_replace.items(): line = line.replace(old, new) for x in line.split(): - yield string.atof(x) + yield float(x) def repack(self): """