Opened 7 years ago
Closed 7 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 Changed 7 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
Summary: | Converting to/from Fahrenheit yeild incorrect result → Converting to/from Fahrenheit yield incorrect result |
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6941]) Fixes #1952: Converting to/from Fahrenheit yield incorrect result