Decimal Number not conforme if change from micron to mm #16
Labels
broken function
Broken Function , function with issue due to Code modification
bug
Something isn't working
# To suppress the Micron conversion # Msg("uom {}".format(uom)) if uom == "µm" : decimals = 3 conversion = 1.0 uom == "mm" elif uom == 'thou': decimals = 4 conversion = 25.4 uom == "in"
The text was updated successfully, but these errors were encountered: