If you're using the FLOAT data type in your records, be mindful that floating point numbers are only an approximation.
Python (and Jython) do not have a single-precision floating point representation, only double-precision, thus when using the Jython Evaluator Processor you may notice that any FLOAT field is implicitly output as a DOUBLE.
