sot / sparkles

ACA review of star catalogs from proseco
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Use rounded values for checks where appropriate #153

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

The general load review policy is to do numerical checks based on the rounded floating point representation of a value as presented in the reports or warning messages. For example the guide count is presented to 2 decimal places, so that should be used in the check. Otherwise one gets confusing messages like in #110.

Testing

Fixes #152