Ticket #7329 (assigned)

Opened 7 years ago

Last modified 5 years ago

Track down bad checks for nan

Reported by: Peter Peterson Owned by: Peter Peterson
Priority: major Milestone: Backlog
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

A way to check for not-a-number (nan) is

if (number != number)

Track these down and replace them with

if (boost::mat::isnan(number))

This occurs in RemoveLowResTof and probably elsewhere.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Component changed from Mantid to Framework

comment:2 Changed 7 years ago by Nick Draper

  • Milestone changed from Release 2.6 to Backlog

Moved to backlog at the code freeze for R2.6

comment:3 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

Bulk move to assigned at the introduction of the triage step

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8175

Note: See TracTickets for help on using tickets.