Opened 9 years ago

Closed 9 years ago

#1952 closed defect (fixed)

Converting to/from Fahrenheit yield incorrect result

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.6
Component: core Version:
Keywords: Cc:

Description

It can be seen if entering an annotation value using Fahrenheit and then displaying it as Celcius. Easiest way to do this is to create an annotation type that has default unit=Celcius and then use this as an experimental factor in an experiment which has a raw bioassay that has a value given in Fahrenheit.

Some results:

32°F --> -14.2 °C (should be 0)
212°F --> 85.8 °C (should be 100)

It seems like the "offset" used in the conversion forumula is incorrect. Instead of '241.15' it should be '255.3722'.

Change History (2)

comment:1 by Nicklas Nordborg, 9 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned
Summary: Converting to/from Fahrenheit yeild incorrect resultConverting to/from Fahrenheit yield incorrect result

comment:2 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [6941]) Fixes #1952: Converting to/from Fahrenheit yield incorrect result

Note: See TracTickets for help on using tickets.