Free cookie consent management tool by TermsFeed Policy Generator

Opened 7 years ago

Closed 7 years ago

#2843 closed defect (done)

Changing of ProblemData for DataAnalysisSolution does not work as expected

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.15
Component: Problems.DataAnalysis Version: trunk
Keywords: Cc:

Description

  • via Drag & Drop the problemData is not cloned. Hence, the new problemData can be changed from somewhere else due to reference equality.
  • The target variable of the new problemData is changed to the old one. Therefore, it is not possible to predict different values from the GUI with a model (e.g. unscaled target, ...).

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

r15395: Added cloning in DataAnalysisSolutionView if the problemData is changed by drag and drop.

comment:3 Changed 7 years ago by mkommend

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

r15396: Removed target variable check and adaption for regression problem data.

comment:4 Changed 7 years ago by gkronber

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

Reviewed r15395, r15396. Thanks

comment:5 Changed 7 years ago by mkommend

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

r15434: Merged r15396 into stable. (r15393 was merged accidentally, but had no effect).

r15435: Merged r15395 into stable.

Note: See TracTickets for help on using tickets.