Hi! As you may know the default type resulting from divison in python changed from int to float which results in type errors in GP_Convert_Scale.gen.h.t. The new integer division is no done by // which doesn't work in older python versions. I suppose we need to add explicit rounding to places when integer division is expected.