Altius / hotspot2

Implementation of hotspot2 by Eric Rynes
16 stars 3 forks source link

hotspot2.cpp needs to continue, not exit, when encountering a window with zero variance #11

Closed erynes closed 8 years ago

erynes commented 8 years ago

Currently, when hotspot2.cpp encounters a window in which all measurements have the same value (i.e., a histogram with all values in one bin, i.e., with variance = 0), the program exits. This behavior was put in there basically for debugging, not for production. hotspot2 needs to be able to continue processing if it encounters var = 0. No output should be written for windows with var = 0.

erynes commented 8 years ago

Closed via checkin ea78b2c789f82a27315f0eb834be65a8a866e89f.