Skip to content

Localize calls to float()

Replace calls to float() with that to locale.atof() with the correct locale set. This avoids errors of reading different decimal separators (a in Russian locale).

Merge request reports

Loading