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).
Использующие ssh для работы с репозиториями, обратите внимание: произошли изменения в адресе, используемом для работы (порт изменился 119->2222)
Для возобновления работы нужно клонировать репозиторий заново (просто) или изменить url у origin (сложнее, git remote set-url origin новый_адрес_репозитория)
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).