Opened 7 years ago
Closed 6 years ago
#2914 closed defect (done)
ResidualAnalysisView hides double columns containing NaN
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.16 |
Component: | Problems.DataAnalysis.Views | Version: | trunk |
Keywords: | Cc: |
Description
This is not the case for string or DateTime columns. The reason therefore is that the check for at least two distinct values is implemented by calculating the difference between the minimum and maximum value. However, comparisons with NaN always results in false; thus the minimum and the maximum is NaN and the column is hidden.
This can be easily corrected by applying the same check as it is done for DateTime and string columns.
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
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 7 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r15891.
comment:4 Changed 6 years ago by mkommend
comment:5 Changed 6 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15891: Fixed hiding of double columns in ResidualAnalysisView.