Skip to content

BUG: Add additional baselines to deal # of digits in exponent.

Dan Lipsa requested to merge danlipsa/vtk:scientific-notation-exponent into master

The numbers of digits in the exponent for a float printed in scientific notation is undefined. We get 2 or 3 digits on different platforms.

Merge request reports