ropensci / git2rdata

An R package for storing and retrieving data.frames in git repositories.
https://ropensci.github.io/git2rdata/
GNU General Public License v3.0
99 stars 13 forks source link

detect large number of significant digits #76

Open ThierryO opened 3 weeks ago

ThierryO commented 3 weeks ago

Storing floating point numbers with a large number of significant digits is often not relevant. The large number of significant digits might lead to irrelevant diffs. E.g. when the floating point is the result of an analysis and the value changes only a tiny bit to due randomness in the analysis.