Modified the convergence tests in the full_analysis.py script to print the IEEE-754 byte array.
This representation is platform and float type (float vs. numpy.float64 vs. Numeric.Float64, etc.)
independent. Even if the values evaluate to being equal, the python print out can be different.
The IEEE-754 float byte array representation is independent of this insanity.