Opened 8 years ago
Closed 8 years ago
#2717 closed defect (done)
The feature correlation view sometimes shows wrong double.NaN values
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
The likely reason for that is a race condition in the parallel calculation of the correlation.
Change History (5)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
comment:3 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
r14469: Readded accidentally dropped line for progress reporting.
comment:4 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r14468:14469. Thanks
comment:5 Changed 8 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14468: Fixed race condition in feature correlcation calculation by moving the error variable inside the parallel foreach.