ROC::p_value crashes
The new p-value calculation in ROC crashes on my mac. I've localised the problem to to function count(6)
which loops over a multimap using iterators. Although we are not invalidating the iterators locally they are invalidated from the call to count(7) via call(6). Simplest solution seems to avoid erase/insert of the container and use a boolean flag in the element instead.
This code is not present in 0.8.x.
Change History (3)
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Milestone: |
yat 0.x+ →
yat 0.9
|
(In [2736]) fixes #702