mattfil
mattfil
Thank you for the nice library. I am in Windows with Msys2, with mingw64 terminal. The version of the gcc toolchain is the 13.2.0 https://packages.msys2.org/base/mingw-w64-gcc. I compiled feconv through the...
Hi developers, In the following example, I would like to convert a quantity to get rid of the scaling (e.g. mS -> S). ``` import pint ureg = pint.UnitRegistry(system="mks", auto_reduce_dimensions=True)...
Hi, I am using Units from python. One thing that I have noticed is that, when I set up a test with pyinstrument @profile (https://github.com/joerick/pyinstrument), the inscances of Unit seems...