sibonli / blue-beast

Automatically exported from code.google.com/p/blue-beast
3 stars 1 forks source link

Handling NaN values for ESS #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 I know in tracer if value is NaN then they just display a "-" instead of ESS. I don't know of any cases where ESS would be NaN other than that. Maybe when one of the values logged is NaN? Maybe we could check for NaN values before we add them into traceInfo

Original issue reported on code.google.com by Sibon...@gmail.com on 17 Nov 2012 at 12:31

GoogleCodeExporter commented 9 years ago
If values logged are NaN or -Infinity/Infinity then you can get NaN ESS? 

Original comment by Sibon...@gmail.com on 20 Nov 2012 at 1:10

GoogleCodeExporter commented 9 years ago
Current solution is to just throw an error message if NaN values are seen. 
There are too many reasons for NaN values to provide a solution (infinity 
values, NaN, Double.MAX etc.)

Original comment by Sibon...@gmail.com on 26 Nov 2012 at 12:58

GoogleCodeExporter commented 9 years ago

Original comment by Sibon...@gmail.com on 26 Nov 2012 at 12:58