Gack! That's been in there since the original translation from Pascal, now
4 years ago!

Fixed in commit 2cd9344f
<https://github.com/weewx/weewx/commit/2cd9344fe60f58294ba633d1ff67ea29a2b05870>
.

Thank you for your sharp eyes!

-tk

On Wed, Jan 11, 2017 at 4:31 PM, Gone Bush <[email protected]> wrote:

> I think there is a bug in uwxutils.py in the function CToF. The conversion
> currently is
>
> return (5.0/9.0)*value + 32.0
>
> I believe this should be
>
> return (9.0/5.0)*value + 32.0

Reply via email to