Skip to content

Allow set_formats to output NaN for non-finite values

Matthew Pitkin requested to merge nan_in_table into master

The set_formats function fails for non-finite values, so check for these and output the string "NaN" in those cases.

Merge request reports