Ticket #716 (closed: fixed)
Bug in SmoothData errors
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Often get nan for the error when it should be zero.
Change History
comment:2 Changed 11 years ago by Russell Taylor
(In [2651]) The moving average method used to make SmoothData more efficient can lead to attempts to take the square root of a very small negative number instead of zero. Protection added against this. More than this, the errors were just plain wrong because I was using the data variable instead of the error one. Oops. Re #716.
comment:3 Changed 11 years ago by Russell Taylor
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone changed from Iteration 18 to Iteration 19
Note: See
TracTickets for help on using
tickets.