Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 7 years ago

#2683 closed defect (done)

Exception when trying to open the data preprocessing view for regression solutions

Reported by: gkronber Owned by: jkarder
Priority: medium Milestone: HeuristicLab 3.3.15
Component: Problems.DataAnalysis Version: 3.3.14
Keywords: Cc:

Description

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: The ProblemData extracted from the Source is different than the given ProblemData.
   at HeuristicLab.DataPreprocessing.PreprocessingContext.Import(IDataAnalysisProblemData problemData, IItem source) in c:\reps\HeuristicLab\trunk\sources\HeuristicLab.DataPreprocessing\3.4\PreprocessingContext.cs:line 69
   at HeuristicLab.DataPreprocessing.Views.DataPreprocessorStarter.Start(IDataAnalysisProblemData problemData, IContentView currentView) in c:\reps\HeuristicLab\trunk\sources\HeuristicLab.DataPreprocessing.Views\3.4\DataPreprocessorStarter.cs:line 36
   at HeuristicLab.Problems.DataAnalysis.Views.ProblemDataView.DataPreprocessingButton_Click(Object sender, EventArgs e) in c:\reps\HeuristicLab\trunk\sources\HeuristicLab.Problems.DataAnalysis.Views\3.4\ProblemDataView.cs:line 111
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Current trunk version

Change History (7)

comment:1 Changed 8 years ago by mkommend

  • Owner set to pfleck
  • Status changed from new to assigned

The exception only occurs as long as the solution is embedded in the algorithm results. When opened in another tab the data preprocessing opens without any problems.

comment:2 Changed 8 years ago by pfleck

  • Status changed from assigned to accepted

comment:3 Changed 8 years ago by pfleck

r14332 Now, when opening Preprocessing from a ProblemData within a Solution, the outer Views (Problem or Alg.) are ignored. Thus, after preprocessing, only the ProblemData can be exported (no Alg. or Problem).

comment:4 Changed 7 years ago by gkronber

  • Owner changed from pfleck to gkronber
  • Status changed from accepted to assigned

comment:5 Changed 7 years ago by gkronber

  • Status changed from assigned to reviewing

comment:6 Changed 7 years ago by gkronber

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

Reviewed and tested r14332.

comment:7 Changed 7 years ago by gkronber

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

r14572: merged r14332 from trunk to stable

Note: See TracTickets for help on using tickets.