Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9
-
Component/s: analysis, file format issue, renderer
-
Labels:None
Description
A number of places in Jalview try to check for float values being Float.NaN - this test can never return true so they should be switch to Float.isNaN() tests.