Truncate radian floats in data files.
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 19 Sep 2012 00:58:31 +0000 (00:58 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 19 Sep 2012 00:58:31 +0000 (00:58 +0000)
* weather.py(correlate): The radian values in data files have a tendency
to vary by the tiniest rounding errors from one Python release to
another. By truncating them to the 7th decimal place, which is still
sub-meter resolution, this problem is minimized and the resulting data
diffs become far less noisy.


No differences found