Opened 9 years ago
Closed 9 years ago
#2543 closed defect (done)
ClassNames cannot be changed for loaded and cloned ClassificationProblemData
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.DataAnalysis | Version: | 3.3.13 |
Keywords: | Cc: |
Description
Changing of class names works for newly created problem data.
Change History (5)
comment:1 Changed 9 years ago by mkommend
comment:2 Changed 9 years ago by mkommend
- Status changed from new to accepted
r13446: Intialized class names cache after cloning and loading of classification problem data.
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
reviewed r13446.
comment:5 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
The reasons for the defect is that the class names cache is not initialized correctly after cloning and loading.