Free cookie consent management tool by TermsFeed Policy Generator

Opened 7 years ago

Closed 7 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 7 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 7 years ago by mkommend

r14468: Fixed race condition in feature correlcation calculation by moving the error variable inside the parallel foreach.

comment:3 Changed 7 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 7 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Reviewed r14468:14469. Thanks

comment:5 Changed 7 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed

r14567: merged r14468 and r14469 from trunk to stable

Note: See TracTickets for help on using tickets.