Opened 9 years ago
Closed 8 years ago
#2599 closed defect (done)
DateManipulation throws a GDI exception
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | DataPreprocessing | Version: | 3.3.13 |
Keywords: | Cc: |
Description
When columns should be deleted because of too many missing values or too little variance, these columns are previewed textually inside a label. However, if too many columns (I tested with more than 1000) are affected a GDI exception is thrown. I suspect the reason is that the label text gets too long to be displayed.
Change History (4)
comment:1 Changed 9 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 9 years ago by mkommend
- Owner changed from mkommend to pfleck
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from reviewing to readytorelease
Thanks for the fix. 50 seems a reasonable maximum, since hardly anyone would look at the preview with more than 50 column names listed.
comment:4 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13796: Disabled preview of manipulated columns if more than 50 columns are affected.